Skip to content

Commit 2c47eb8

Browse files
author
Brian Chen
committed
remove old test
1 parent ccfe824 commit 2c47eb8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,6 @@ public void testTransformAndTransformThrowError() {
202202
assertThrows(AssertionError.class, () -> serializer.decodeMutationBatch(batchProto));
203203
}
204204

205-
// TODO(b/174608374): Remove these tests once we perform a schema migration.
206-
@Test
207-
public void testOnlyTransformThrowsError() {
208-
WriteBatch batchProto =
209-
com.google.firebase.firestore.proto.WriteBatch.newBuilder()
210-
.setBatchId(42)
211-
.addAllWrites(asList(transformProto))
212-
.setLocalWriteTime(writeTimeProto)
213-
.build();
214-
assertThrows(AssertionError.class, () -> serializer.decodeMutationBatch(batchProto));
215-
}
216-
217205
// TODO(b/174608374): Remove these tests once we perform a schema migration.
218206
@Test
219207
public void testDeleteAndTransformThrowError() {

0 commit comments

Comments
 (0)