Skip to content

Commit

Permalink
molly: update check for list-append parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed May 27, 2024
1 parent f9260d2 commit 1902067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molly/tests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ end
--
-- @function list_append_gen
local function list_append_gen(opts)
dev_checks('?number', '?table')
dev_checks('?table')

opts = opts or {}
local param = {}
Expand Down

0 comments on commit 1902067

Please sign in to comment.