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 22, 2024
1 parent aae451d commit 9b2d484
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 9b2d484

Please sign in to comment.