We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d01098 commit e38db64Copy full SHA for e38db64
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
@@ -31,6 +31,7 @@
31
import static org.junit.Assert.assertFalse;
32
import static org.junit.Assert.assertNull;
33
import static org.junit.Assert.assertTrue;
34
+import static org.junit.Assume.assumeTrue;
35
36
import androidx.test.ext.junit.runners.AndroidJUnit4;
37
import com.google.android.gms.tasks.Task;
0 commit comments