Skip to content

Commit

Permalink
decomposed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kedzierawski committed Dec 17, 2023
1 parent 14e5891 commit 71a41c7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
import java.util.Objects;
import java.util.Set;

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.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;

@SpringBootTest(classes = LocalValidatorFactoryBean.class)
class SprintTest {
Expand Down

0 comments on commit 71a41c7

Please sign in to comment.