fix test names for script.wasm

This commit is contained in:
Joel Wetzell
2026-02-10 21:15:52 -06:00
parent e6aaffbb95
commit f9865765c6

View File

@@ -38,7 +38,7 @@ func TestGoodScriptWASM(t *testing.T) {
expected []byte expected []byte
}{ }{
{ {
name: "number", name: "string input, default process function with wasi",
params: map[string]any{ params: map[string]any{
"path": "good.wasm", "path": "good.wasm",
"enableWasi": true, "enableWasi": true,
@@ -47,7 +47,7 @@ func TestGoodScriptWASM(t *testing.T) {
expected: []byte("Processed: hello"), expected: []byte("Processed: hello"),
}, },
{ {
name: "number", name: "string input, specified function with wasi",
params: map[string]any{ params: map[string]any{
"path": "good.wasm", "path": "good.wasm",
"enableWasi": true, "enableWasi": true,