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

Commit 2f186cfa authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Fix ErrorProne finding in WmTests" into tm-qpr-dev

parents f8003e57 746b0bad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import com.android.internal.annotations.VisibleForTesting;

import junit.framework.Assert;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;

@@ -72,6 +73,7 @@ public class LetterboxConfigurationPersisterTest {
        mLetterboxConfigurationPersister.start();
    }

    @After
    public void tearDown() throws InterruptedException {
        deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue);
        waitForCompletion(mPersisterQueue);