Skip to content

Commit 19b5c10

Browse files
committed
feat: small fix at the hzelcast pai
Signed-off-by: Otavio Santana <[email protected]>
1 parent 4e47cce commit 19b5c10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jnosql-hazelcast/src/test/java/org/eclipse/jnosql/databases/hazelcast/communication/HazelcastBucketManagerQueryTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ public void init() {
5151
bucketManager.put("avengers", new Movie("The Avengers", 2012, false));
5252
}
5353

54-
@Test
55-
public void shouldReturnWhenStringQueryIsNull() {
56-
assertThrows(NullPointerException.class, () -> bucketManager.query((String) null));
57-
}
5854

5955
@Test
6056
public void shouldReturnWhenPredicateQueryIsNull() {

0 commit comments

Comments
 (0)