Skip to content

Commit fdb1ceb

Browse files
committed
cleanup
1 parent 9bd9914 commit fdb1ceb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/local/MutationQueueTestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import static org.junit.Assert.assertFalse;
2828
import static org.junit.Assert.assertNotNull;
2929
import static org.junit.Assert.assertNull;
30-
import static org.junit.Assert.assertThat;
3130
import static org.junit.Assert.assertTrue;
3231

3332
import com.google.firebase.Timestamp;
@@ -326,7 +325,6 @@ public void testAllMutationBatchesAffectingQuery_withCompoundBatches() {
326325
@Test
327326
public void testRemoveMutationBatches() {
328327
List<MutationBatch> batches = createBatches(10);
329-
MutationBatch last = batches.get(batches.size() - 1);
330328

331329
removeMutationBatches(batches.remove(0));
332330
assertEquals(9, batchCount());

0 commit comments

Comments
 (0)