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 88dd68a commit 909215cCopy full SHA for 909215c
firebase-firestore/src/test/java/com/google/firebase/firestore/util/MapperTest.java
@@ -2451,14 +2451,6 @@ public void documentIdsRoundTrip() {
2451
serialize(deserialize("{'nestedDocIdHolder': {}}", DocumentIdOnNestedObjects.class, ref)));
2452
}
2453
2454
- private static class DocumentIdOnStringFieldWithConflict {}
2455
-
2456
- private static class DocumentIdOnDocRefGetterWithConflict {}
2457
2458
- private static class DocumentIdOnNestObjectStringProperyWithConflict {}
2459
2460
- private static class DocumentIdOnInheritedDocRefSetterWithConflict {}
2461
2462
@Test
2463
public void documentIdsDeserializeConflictThrows() {
2464
DocumentReference ref = TestUtil.documentReference("coll/doc123");
0 commit comments