Skip to content

Commit 0510f89

Browse files
committed
Using test of the jupiter api
1 parent aa7de4b commit 0510f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/bugs/BevelFacesModifierBug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import static org.junit.Assert.assertTrue;
44
import static org.junit.jupiter.api.Assertions.assertEquals;
55

6-
import org.junit.Test;
6+
import org.junit.jupiter.api.Test;
77

88
import mesh.Mesh3D;
99
import mesh.creator.platonic.IcosahedronCreator;

src/test/java/bugs/VariableCylinderBugTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import static org.junit.Assert.assertTrue;
44

5-
import org.junit.Test;
5+
import org.junit.jupiter.api.Test;
66

77
import mesh.Mesh3D;
88
import mesh.creator.special.VariableCylinderCreator;

0 commit comments

Comments
 (0)