Skip to content

Commit 90272f1

Browse files
committed
Style fix
1 parent 13d3366 commit 90272f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/test/java/cucumber/runtime/UndefinedStepsTrackerTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
import java.util.List;
1111

1212
import static java.util.Arrays.asList;
13-
import static org.junit.Assert.*;
13+
import static org.junit.Assert.assertEquals;
14+
import static org.junit.Assert.assertTrue;
15+
import static org.junit.Assert.assertFalse;
1416

1517
public class UndefinedStepsTrackerTest {
1618

0 commit comments

Comments
 (0)