Skip to content

Commit 1a28e35

Browse files
committed
WIP
1 parent 243a766 commit 1a28e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-store/src/integrationTest/java/org/hypertrace/core/documentstore/FlatCollectionWriteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ void testUnsetTopLevelAndNestedFields() throws Exception {
21732173
.operator(UpdateOperator.UNSET)
21742174
.build(),
21752175
SubDocumentUpdate.builder()
2176-
.subDocument("nonexistentCol.key")
2176+
.subDocument("nonexistentCol2.key")
21772177
.operator(UpdateOperator.UNSET)
21782178
.build());
21792179

0 commit comments

Comments
 (0)