File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
firebase-firestore/src/test/java/com/google/firebase/firestore/local Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -202,18 +202,6 @@ public void testTransformAndTransformThrowError() {
202
202
assertThrows (AssertionError .class , () -> serializer .decodeMutationBatch (batchProto ));
203
203
}
204
204
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
-
217
205
// TODO(b/174608374): Remove these tests once we perform a schema migration.
218
206
@ Test
219
207
public void testDeleteAndTransformThrowError () {
You can’t perform that action at this time.
0 commit comments