Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWright committed Jun 1, 2023
1 parent 903359d commit 561291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func_keys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestKeysFunc(t *testing.T) {
selectTest(
"keys()",
testdata,
[]any{[]any{"list", "object", "string", "dencodingMap"}},
[]any{[]any{"dencodingMap", "list", "object", "string"}},
),
)

Expand Down

0 comments on commit 561291d

Please sign in to comment.