Skip to content

Commit b3b886e

Browse files
Update src/test/java/com/meilisearch/integration/ExceptionsTest.java
Co-authored-by: Bruno Casali <[email protected]>
1 parent 16b345c commit b3b886e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/meilisearch/integration/ExceptionsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public void testMeilisearchCommunicationException() throws Exception {
2929
String indexUid = "MeilisearchCommunicationException";
3030
Client wrongClient = new Client(new Config("http://wrongurl:1234", "masterKey"));
3131

32+
3233
assertThrows(MeilisearchCommunicationException.class, () -> wrongClient.getIndex(indexUid));
3334
}
3435

0 commit comments

Comments
 (0)