Skip to content

Commit d87b512

Browse files
committed
Merge branch 'chore_change_to_maven' of git@github.com:mfd2007/csaf-cms-backend.git into chore_change_to_maven
2 parents 958c0e1 + fea7c0b commit d87b512

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/de/bsi/secvisogram/csaf_cms_backend/json/AdvisoryWrapperTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
import static de.bsi.secvisogram.csaf_cms_backend.json.VersioningType.Integer;
77
import static de.bsi.secvisogram.csaf_cms_backend.json.VersioningType.Semantic;
88
import static org.hamcrest.MatcherAssert.assertThat;
9-
import static org.hamcrest.Matchers.*;
9+
import static org.hamcrest.Matchers.equalTo;
10+
import static org.hamcrest.Matchers.is;
11+
import static org.hamcrest.Matchers.nullValue;
12+
import static org.hamcrest.Matchers.startsWith;
1013
import static org.junit.jupiter.api.Assertions.assertEquals;
1114
import static org.junit.jupiter.api.Assertions.assertThrows;
1215

@@ -41,6 +44,7 @@
4144
import org.junit.jupiter.params.provider.MethodSource;
4245
import org.springframework.http.HttpStatus;
4346

47+
4448
public class AdvisoryWrapperTest {
4549

4650
@Test

0 commit comments

Comments
 (0)