From 8f4e35018eaa5e34360795d44c39136f1e272238 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Thu, 26 Dec 2024 15:12:38 +0000 Subject: [PATCH] fix spell checker error Signed-off-by: Ricardo Dias --- tests/unit/moduleapi/scriptingengine.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/moduleapi/scriptingengine.tcl b/tests/unit/moduleapi/scriptingengine.tcl index 17f9b035d1..3a37339ea8 100644 --- a/tests/unit/moduleapi/scriptingengine.tcl +++ b/tests/unit/moduleapi/scriptingengine.tcl @@ -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} {