Skip to content

Commit

Permalink
Fix incorrect argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
Palladinium committed Nov 14, 2024
1 parent 0ce63a0 commit 54b770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mock_redis/list_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def llen(key)
with_list_at(key, &:length)
end

def lmpop(*args, **options)
def lmpop(*keys, **options)
keys.each do |key|
assert_listy(key)
end
Expand Down

0 comments on commit 54b770f

Please sign in to comment.