Skip to content

Commit ad4631d

Browse files
committed
[#2269] chore: Fix imports in MutinySessionTest
1 parent 0f53e6d commit ad4631d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/MutinySessionTest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
import jakarta.persistence.metamodel.EntityType;
2828

2929
import static java.util.concurrent.TimeUnit.MINUTES;
30-
import static org.junit.jupiter.api.Assertions.*;
30+
import static org.junit.jupiter.api.Assertions.assertEquals;
31+
import static org.junit.jupiter.api.Assertions.assertFalse;
32+
import static org.junit.jupiter.api.Assertions.assertNotEquals;
33+
import static org.junit.jupiter.api.Assertions.assertNotNull;
34+
import static org.junit.jupiter.api.Assertions.assertNull;
35+
import static org.junit.jupiter.api.Assertions.assertTrue;
36+
import static org.junit.jupiter.api.Assertions.fail;
3137

3238
@Timeout(value = 10, timeUnit = MINUTES)
3339

0 commit comments

Comments
 (0)