Skip to content

Commit f973fdb

Browse files
committed
Using jupiter api.
1 parent cb8a664 commit f973fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/mesh/creator/primitives/CubeCreatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import static org.junit.jupiter.api.Assertions.assertNotNull;
66
import static org.junit.jupiter.api.Assertions.assertTrue;
77

8-
import org.junit.Test;
98
import org.junit.jupiter.api.BeforeEach;
9+
import org.junit.jupiter.api.Test;
1010
import org.junit.jupiter.params.ParameterizedTest;
1111
import org.junit.jupiter.params.provider.ValueSource;
1212

0 commit comments

Comments
 (0)