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

Commit a838fcfa 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

Change-Id: Ieb299771438fe55566b76271815e52d02da799c8
parents d74766c2 a5d620ae
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