mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-05-13 21:14:16 +00:00
chore: go fix
This commit is contained in:
@@ -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')},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user