Skip to content

Commit e0c9ff6

Browse files
Fix JUnit5 migration (#954)
1 parent af88e6c commit e0c9ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/jenkins/plugins/pipelinegraphview/utils/PipelineNodeUtilTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import static org.hamcrest.MatcherAssert.assertThat;
44
import static org.hamcrest.Matchers.*;
5-
import static org.junit.Assert.assertFalse;
6-
import static org.junit.Assert.assertTrue;
5+
import static org.junit.jupiter.api.Assertions.assertFalse;
6+
import static org.junit.jupiter.api.Assertions.assertTrue;
77

88
import hudson.model.Result;
99
import io.jenkins.plugins.pipelinegraphview.treescanner.PipelineNodeGraphAdapter;

0 commit comments

Comments
 (0)