Skip to content

Commit

Permalink
Update internal/luai/example_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan authored Mar 25, 2024
1 parent 6b719ae commit bb0f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/luai/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestExample(t *testing.T) {
teardownSuite := setupSuite(t)
defer teardownSuite(t)

t.Run("TableWithEmptyFieldAndIncompitibleType", func(t *testing.T) {
t.Run("TableWithEmptyFieldAndIncompatibleType", func(t *testing.T) {
L := NewLuaVM()
defer L.Close()

Expand Down

0 comments on commit bb0f8df

Please sign in to comment.