Skip to content

Commit 02cb159

Browse files
committed
fixed tests
1 parent 5b180ec commit 02cb159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ assert_statement 'echo "foo${NL}bar" | kscript "stdin.split().select(1, 2, -3)"'
107107

108108

109109
## requirement checkig using support api
110-
assert_statement 'kscript "stopIfNot(1==23){\"condition not met\"}"' "" "[ERROR] condition not met" 1
110+
assert_statement 'kscript "kscript.stopIfNot(1==23){\"condition not met\"}"' "" "[ERROR] condition not met" 1
111111

112112
assert_end support_api
113113

0 commit comments

Comments
 (0)