Skip to content

Commit 992b1fb

Browse files
committed
Fix checkstyle issue.
#1771
1 parent a23826a commit 992b1fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-tests/src/test/java/org/junit/platform/testkit/engine/EventsTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
package org.junit.platform.testkit.engine;
1212

13-
import static org.junit.jupiter.api.Assertions.*;
13+
import static org.junit.jupiter.api.Assertions.assertEquals;
14+
import static org.junit.jupiter.api.Assertions.assertThrows;
15+
import static org.junit.jupiter.api.Assertions.assertTrue;
1416
import static org.junit.platform.testkit.engine.EventConditions.engine;
1517
import static org.junit.platform.testkit.engine.EventConditions.event;
1618
import static org.junit.platform.testkit.engine.EventConditions.finishedSuccessfully;

0 commit comments

Comments
 (0)