Skip to content

Commit

Permalink
Update BulkheadTemplateTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 25, 2025
1 parent 49f0322 commit 4a59b0a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
import io.github.resilience4j.bulkhead.Bulkhead;
import io.github.resilience4j.bulkhead.BulkheadConfig;
import io.github.resilience4j.bulkhead.BulkheadRegistry;
import io.github.resilience4j.core.registry.EntryAddedEvent;
import io.microsphere.resilience4j.common.AbstractResilience4jTemplateTest;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;

/**
* {@link BulkheadTemplate} Test
Expand Down

0 comments on commit 4a59b0a

Please sign in to comment.