Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jul 27, 2021
1 parent a6cd327 commit e76f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pairs_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pgroup:add('test_empty_space', function(g)
t.assert_equals(count, 0)
end)

pgroup:add('test_luafun_compatipility', function(g)
pgroup:add('test_luafun_compatibility', function(g)
helpers.insert_objects(g, 'customers', {
{
id = 1, name = "Elizabeth", last_name = "Jackson",
Expand Down

0 comments on commit e76f96a

Please sign in to comment.