Skip to content

Commit

Permalink
Remove star import
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Oct 22, 2024
1 parent 0bd7b0c commit 58fbee5
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
import static org.awaitility.Awaitility.await;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;

import java.io.IOException;
import java.net.URI;
Expand Down Expand Up @@ -54,8 +60,6 @@ public class TracingTest {
URL deepPathUrl;
@TestHTTPResource("param")
URL pathParamUrl;
@TestHTTPResource
URL suppressAppUrl;

@BeforeEach
@AfterEach
Expand Down

0 comments on commit 58fbee5

Please sign in to comment.