diff options
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java b/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java index 1246d1ee46e8..1be9de78cd27 100644 --- a/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java +++ b/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java @@ -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); |