aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/android/volley/toolbox/CacheTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/android/volley/toolbox/CacheTest.java')
-rw-r--r--src/test/java/com/android/volley/toolbox/CacheTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/com/android/volley/toolbox/CacheTest.java b/src/test/java/com/android/volley/toolbox/CacheTest.java
index dcd8a27..22dae22 100644
--- a/src/test/java/com/android/volley/toolbox/CacheTest.java
+++ b/src/test/java/com/android/volley/toolbox/CacheTest.java
@@ -16,13 +16,13 @@
package com.android.volley.toolbox;
+import static org.junit.Assert.assertNotNull;
+
import com.android.volley.Cache;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
-import static org.junit.Assert.assertNotNull;
-
@RunWith(RobolectricTestRunner.class)
public class CacheTest {