Skip to content

Commit e1560d6

Browse files
committed
additional test assertion
1 parent 5ec2dec commit e1560d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/cloud/eppo/EppoClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public void testClientMakesDefaultAssignmentsAfterFailingToInitializeNonGraceful
270270
// Initialize and the exception should be thrown.
271271
try {
272272
initFailingGracefulClient(false);
273+
fail("Exception should have been thrown");
273274
} catch (RuntimeException e) {
274275
// Expected
275276
assertEquals("Intentional Error", e.getMessage());

0 commit comments

Comments
 (0)