We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b345c commit b3b886eCopy full SHA for b3b886e
src/test/java/com/meilisearch/integration/ExceptionsTest.java
@@ -29,6 +29,7 @@ public void testMeilisearchCommunicationException() throws Exception {
29
String indexUid = "MeilisearchCommunicationException";
30
Client wrongClient = new Client(new Config("http://wrongurl:1234", "masterKey"));
31
32
+
33
assertThrows(MeilisearchCommunicationException.class, () -> wrongClient.getIndex(indexUid));
34
}
35
0 commit comments