Skip to content

Commit 8786261

Browse files
committed
Fix ConfigurationCacheTest to use JUnit5 (undetected merge problem from #720), it sucks that CircleCI doesn't automatically test merge commits in addition to merge tips.
1 parent b0b4e78 commit 8786261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/ConfigurationCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Arrays;
2121
import java.util.List;
2222

23-
import org.junit.Test;
23+
import org.junit.jupiter.api.Test;
2424

2525
public class ConfigurationCacheTest extends GradleIntegrationHarness {
2626
protected void runTasks(String... tasks) throws IOException {

0 commit comments

Comments
 (0)