Skip to content

Commit e38db64

Browse files
authored
Add missing import of assumeTrue, which was also lost during a bad merge
1 parent 6d01098 commit e38db64

File tree

1 file changed

+1
-0
lines changed
  • firebase-firestore/src/androidTest/java/com/google/firebase/firestore

1 file changed

+1
-0
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import static org.junit.Assert.assertFalse;
3232
import static org.junit.Assert.assertNull;
3333
import static org.junit.Assert.assertTrue;
34+
import static org.junit.Assume.assumeTrue;
3435

3536
import androidx.test.ext.junit.runners.AndroidJUnit4;
3637
import com.google.android.gms.tasks.Task;

0 commit comments

Comments
 (0)