Skip to content

Commit 831d475

Browse files
committed
lint fix
1 parent 8083206 commit 831d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/spring-boot/src/test/java/org/bugzkit/api/auth/integration/AuthControllerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import static org.hamcrest.Matchers.hasSize;
77
import static org.hamcrest.Matchers.is;
88
import static org.hamcrest.Matchers.notNullValue;
9-
import static org.junit.jupiter.api.Assertions.assertTrue;
109
import static org.junit.jupiter.api.Assertions.assertFalse;
10+
import static org.junit.jupiter.api.Assertions.assertTrue;
1111
import static org.mockito.ArgumentMatchers.any;
1212
import static org.mockito.Mockito.times;
1313
import static org.mockito.Mockito.verify;

0 commit comments

Comments
 (0)