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 5ec2dec commit e1560d6Copy full SHA for e1560d6
src/test/java/cloud/eppo/EppoClientTest.java
@@ -270,6 +270,7 @@ public void testClientMakesDefaultAssignmentsAfterFailingToInitializeNonGraceful
270
// Initialize and the exception should be thrown.
271
try {
272
initFailingGracefulClient(false);
273
+ fail("Exception should have been thrown");
274
} catch (RuntimeException e) {
275
// Expected
276
assertEquals("Intentional Error", e.getMessage());
0 commit comments