Skip to content

Commit 6df0832

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Fix imports
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 0818383 commit 6df0832

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/io/securecodebox/persistence/defectdojo/service/DefaultImportScanServiceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
import static org.hamcrest.MatcherAssert.assertThat;
1515
import static org.hamcrest.Matchers.is;
16-
import static org.junit.jupiter.api.Assertions.assertAll;
17-
import static org.junit.jupiter.api.Assertions.assertThrows;
16+
import static org.junit.jupiter.api.Assertions.*;
1817

1918
/**
2019
* Tests for {@link DefaultImportScanService}

0 commit comments

Comments
 (0)