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

Commit 88803320 authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

Merge "Fix NPE in NsdServiceTest" am: 60d5390f am: f9422cc6 am: a5d620ae

am: a838fcfa

Change-Id: I5a4837078a7506b30497bba1cceb416ab37e82d9
parents d1c4db28 a838fcfa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -77,7 +77,10 @@ public class NsdServiceTest {

    @After
    public void tearDown() throws Exception {
        if (mThread != null) {
            mThread.quit();
            mThread = null;
        }
    }

    @Test