Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed May 19, 2024
1 parent 6835d66 commit d34a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/api_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe( 'LÖVE-API Integrity test', function()

local valid_keys = {
'api',
'array',
'arraytype',
'arguments',
'callbacks',
Expand All @@ -45,6 +44,7 @@ describe( 'LÖVE-API Integrity test', function()
'supertypes',
'subtypes',
'table',
'tablearray',
'tabletype',
'type',
'types',
Expand Down

0 comments on commit d34a60b

Please sign in to comment.