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

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

Merge "Fix NPE in NsdServiceTest"

am: 60d5390f

Change-Id: Ic9b7aaec14066d18247cc1efbdc06be1e6a79f29
parents 758d1e1e 60d5390f
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