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

Commit 9151aac3 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Properly clear adapter service in DipTest

This is now last test in order. When new tests are added, they crash on
AdapterService usage.

Test: atest BluetoothInstrumentationTests
Bug: 150670922
Tag: #stability
Change-Id: I2bcccd173e5c1e0a5b64a906da4032392d996544
parent 682afc32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public class DipTest {

    @After
    public void tearDown() throws Exception {
        TestUtils.clearAdapterService(mAdapterService);
    }

    private void verifyDipSdpRecordIntent(ArgumentCaptor<Intent> intentArgument,