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 2e73aa7 commit 8507a9cCopy full SHA for 8507a9c
src/test/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApprovalTest.java
@@ -53,11 +53,8 @@
53
import static org.hamcrest.Matchers.is;
54
import static org.hamcrest.Matchers.nullValue;
55
import static org.junit.Assert.assertEquals;
56
-import static org.junit.Assert.assertFalse;
57
import static org.junit.Assert.assertNotNull;
58
-import static org.junit.Assert.assertNull;
59
import static org.junit.Assert.assertThrows;
60
-import static org.junit.Assert.assertTrue;
61
import static org.junit.Assert.fail;
62
63
public class ScriptApprovalTest extends AbstractApprovalTest<ScriptApprovalTest.Script> {
0 commit comments