Skip to content

Commit 188335e

Browse files
committed
Simplify mongodb configuration test
Signed-off-by: Otavio Santana <[email protected]>
1 parent 0d7fd99 commit 188335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-driver/src/test/java/org/eclipse/jnosql/communication/mongodb/document/MongoDBDocumentConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void shouldReturnErrorWhendSettingsIsNull() {
5151
}
5252

5353
@Test
54-
public void shouldReturnErrorWhendMapSettingsIsNull() {
54+
public void shouldReturnErrorWhenMapSettingsIsNull() {
5555
MongoDBDocumentConfiguration configuration = new MongoDBDocumentConfiguration();
5656
assertThrows(NullPointerException.class, () -> configuration.get((Map) null));
5757
}

0 commit comments

Comments
 (0)