Skip to content

Commit 7ab6991

Browse files
committed
Changed test method name.
1 parent f973fdb commit 7ab6991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/bugs/VariableCylinderBugTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class VariableCylinderBugTest {
1515
* instead of z Wrong rotation makes this test fail.
1616
*/
1717
@Test
18-
public void triggerBug() {
18+
public void testTriggerBug() {
1919
float rotationSegments = 15.850006f;
2020
VariableCylinderCreator creator = new VariableCylinderCreator();
2121
creator.setRotationSegments((int) rotationSegments);

0 commit comments

Comments
 (0)