mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
fix test names for script.wasm
This commit is contained in:
@@ -38,7 +38,7 @@ func TestGoodScriptWASM(t *testing.T) {
|
||||
expected []byte
|
||||
}{
|
||||
{
|
||||
name: "number",
|
||||
name: "string input, default process function with wasi",
|
||||
params: map[string]any{
|
||||
"path": "good.wasm",
|
||||
"enableWasi": true,
|
||||
@@ -47,7 +47,7 @@ func TestGoodScriptWASM(t *testing.T) {
|
||||
expected: []byte("Processed: hello"),
|
||||
},
|
||||
{
|
||||
name: "number",
|
||||
name: "string input, specified function with wasi",
|
||||
params: map[string]any{
|
||||
"path": "good.wasm",
|
||||
"enableWasi": true,
|
||||
|
||||
Reference in New Issue
Block a user