Skip to content

Commit

Permalink
fix spell checker error
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
  • Loading branch information
rjd15372 committed Dec 26, 2024
1 parent bc5760b commit 8f4e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/moduleapi/scriptingengine.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ start_server {tags {"modules"}} {
}

test {Load script with syntax error} {
assert_error {ERR Failed to parse instruction: 'RETRN'} {r function load replace "#!hello name=mylib3\nFUNCTION foo\nARGS 0\nRETRN"}
assert_error {ERR Failed to parse instruction: 'SEND'} {r function load replace "#!hello name=mylib3\nFUNCTION foo\nARGS 0\nSEND"}
}

test {Call scripting engine function: calling foo works} {
Expand Down

0 comments on commit 8f4e350

Please sign in to comment.