Skip to content

Commit 950895c

Browse files
committed
Spotless
1 parent c509cab commit 950895c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,6 @@ void testRemoveAllFromListOnNonArrayField(String storeName) throws Exception {
971971
}
972972
}
973973

974-
975974
@Nested
976975
class AllOperatorTests {
977976

@@ -1052,7 +1051,8 @@ void testMultipleUpdatesOnSameFieldThrowsException(String storeName) throws IOEx
10521051
.subDocumentValue(SubDocumentValue.of("NewBrand2"))
10531052
.build());
10541053

1055-
assertThrows(Exception.class, () -> collection.update(query, nestedPrimitiveUpdates, options));
1054+
assertThrows(
1055+
Exception.class, () -> collection.update(query, nestedPrimitiveUpdates, options));
10561056
}
10571057
}
10581058
}

0 commit comments

Comments
 (0)