We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af88e6c commit e0c9ff6Copy full SHA for e0c9ff6
src/test/java/io/jenkins/plugins/pipelinegraphview/utils/PipelineNodeUtilTest.java
@@ -2,8 +2,8 @@
2
3
import static org.hamcrest.MatcherAssert.assertThat;
4
import static org.hamcrest.Matchers.*;
5
-import static org.junit.Assert.assertFalse;
6
-import static org.junit.Assert.assertTrue;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
7
8
import hudson.model.Result;
9
import io.jenkins.plugins.pipelinegraphview.treescanner.PipelineNodeGraphAdapter;
0 commit comments