mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
fix error message
This commit is contained in:
@@ -139,7 +139,7 @@ func TestBadScriptWASM(t *testing.T) {
|
||||
"enableWasi": true,
|
||||
},
|
||||
payload: "hello",
|
||||
errorString: "script.wasm can only operator on byte array",
|
||||
errorString: "script.wasm can only process a byte array",
|
||||
},
|
||||
{
|
||||
name: "function not found in module",
|
||||
|
||||
Reference in New Issue
Block a user