Skip to content

Commit 85e96e3

Browse files
committed
SCMSourceRetrieverTest: remove currently unused imports [JENKINS-69731]
1 parent 6097f6a commit 85e96e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetrieverTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import hudson.FilePath;
3232
import hudson.Functions;
3333
import hudson.model.Item;
34-
import hudson.model.Node;
3534
import hudson.model.Result;
3635
import hudson.model.TaskListener;
3736
import hudson.plugins.git.GitSCM;
@@ -81,7 +80,6 @@
8180
import static org.hamcrest.Matchers.not;
8281
import static org.junit.Assert.*;
8382
import org.junit.ClassRule;
84-
import org.junit.Ignore;
8583
import org.junit.Rule;
8684
import org.junit.Test;
8785
import org.jvnet.hudson.test.BuildWatcher;

0 commit comments

Comments
 (0)