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

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

Merge "Fix NPE in NsdServiceTest" am: 60d5390f

am: f9422cc6

Change-Id: I2c88d81081c7994d42eb2715f29233817730201d
parents f4c8a840 f9422cc6
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