Skip to content

Commit

Permalink
Mark lmpop specs as redis 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Palladinium committed Nov 27, 2024
1 parent 1361347 commit 885fcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/commands/lmpop_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

RSpec.describe '#lmpop(*keys)' do
RSpec.describe '#lmpop(*keys)', redis: 7.0 do
before do
@list1 = 'mock-redis-test:lmpop-list'
@list2 = 'mock-redis-test:lmpop-list2'
Expand Down

0 comments on commit 885fcb3

Please sign in to comment.