Skip to content

Commit 5111a6d

Browse files
authored
Fixed JSONOpen invalid parameter test output message
1 parent 4ed4671 commit 5111a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/JSON for mIRC - Tests.mrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alias -l jfm_test {
6767
return %testnum /JSONOpen : Failed to report error (PARAMETER_MISSING)
6868
}
6969
if (PARAMETER_MISSING !== %err) {
70-
return %testnum /JSONOpen : Reported incorrect error: $v1
70+
return %testnum /JSONOpen : Reported incorrect error: $v2
7171
}
7272
$(%echo,2) /JSONOpen : Passed Check: PARAMETER_MISSING
7373

0 commit comments

Comments
 (0)