We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769ec06 commit d31d0c3Copy full SHA for d31d0c3
src/test/java/org/scijava/script/ScriptInfoTest.java
@@ -83,7 +83,7 @@ public static void tearDown() {
83
* of noise like e-mail addresses.
84
*/
85
@Test
86
- public void testParameterParsing() throws Exception {
+ public void testNoisyParameters() throws Exception {
87
final String script = "" + //
88
"% @LogService log\n" + //
89
"% @OUTPUT Integer output" + //
0 commit comments