Skip to content

Commit

Permalink
Update Resilience4jUtilsTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 21, 2025
1 parent ea40541 commit e54702b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Resilience4jUtilsTest {
@Test
public void test() {
BulkheadRegistry bulkheadRegistry = ofDefaults();
Bulkhead bulkhead = getEntry(bulkheadRegistry, "test", bulkheadRegistry.getDefaultConfig());
Bulkhead bulkhead = getEntry(bulkheadRegistry, "test");
assertNotNull(bulkhead);
}
}

0 comments on commit e54702b

Please sign in to comment.