We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818383 commit 6df0832Copy full SHA for 6df0832
src/test/java/io/securecodebox/persistence/defectdojo/service/DefaultImportScanServiceTest.java
@@ -13,8 +13,7 @@
13
14
import static org.hamcrest.MatcherAssert.assertThat;
15
import static org.hamcrest.Matchers.is;
16
-import static org.junit.jupiter.api.Assertions.assertAll;
17
-import static org.junit.jupiter.api.Assertions.assertThrows;
+import static org.junit.jupiter.api.Assertions.*;
18
19
/**
20
* Tests for {@link DefaultImportScanService}
0 commit comments