Skip to content

Commit d31d0c3

Browse files
committed
ScriptInfoTest: use more appropriate method name
1 parent 769ec06 commit d31d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/scijava/script/ScriptInfoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void tearDown() {
8383
* of noise like e-mail addresses.
8484
*/
8585
@Test
86-
public void testParameterParsing() throws Exception {
86+
public void testNoisyParameters() throws Exception {
8787
final String script = "" + //
8888
"% @LogService log\n" + //
8989
"% @OUTPUT Integer output" + //

0 commit comments

Comments
 (0)