Skip to content

Commit

Permalink
test: fix testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Mar 25, 2024
1 parent bb0f8df commit bfae6de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/luai/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ func TestCases(t *testing.T) {
}

for _, tt := range unmarshalTests {
if tt.CaseName != "Map[Int]" {
continue
}
t.Run(tt.CaseName, func(t *testing.T) {
L := lua.NewState()
defer L.Close()
Expand Down

0 comments on commit bfae6de

Please sign in to comment.