Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b095b839 authored by Myles Watson's avatar Myles Watson
Browse files

AdapterServiceTest: Re-initialize Config after test

Bug: 70585142
Test: runtest bluetooth
Change-Id: Ia873b2c131a0007fdda0c5435cfcb70a4a9c5f03
parent d7404d2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ public class AdapterServiceTest {
    @After
    public void tearDown() {
        mAdapterService.cleanup();
        Config.init(InstrumentationRegistry.getTargetContext());
    }

    /**