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 9bd9914 commit fdb1cebCopy full SHA for fdb1ceb
firebase-firestore/src/test/java/com/google/firebase/firestore/local/MutationQueueTestCase.java
@@ -27,7 +27,6 @@
27
import static org.junit.Assert.assertFalse;
28
import static org.junit.Assert.assertNotNull;
29
import static org.junit.Assert.assertNull;
30
-import static org.junit.Assert.assertThat;
31
import static org.junit.Assert.assertTrue;
32
33
import com.google.firebase.Timestamp;
@@ -326,7 +325,6 @@ public void testAllMutationBatchesAffectingQuery_withCompoundBatches() {
326
325
@Test
327
public void testRemoveMutationBatches() {
328
List<MutationBatch> batches = createBatches(10);
329
- MutationBatch last = batches.get(batches.size() - 1);
330
331
removeMutationBatches(batches.remove(0));
332
assertEquals(9, batchCount());
0 commit comments