chore: go fix

This commit is contained in:
Joel Wetzell
2026-05-09 13:37:02 -05:00
parent 1ac93ebe21
commit 7367f55fa9
10 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func TestGoodScriptJS(t *testing.T) {
"program": "",
},
payload: []byte("test"),
expected: []interface{}{float64('t'), float64('e'), float64('s'), float64('t')},
expected: []any{float64('t'), float64('e'), float64('s'), float64('t')},
},
}