Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
neilchandler committed May 26, 2023
2 parents 7b72922 + 0826717 commit 6237165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
end

it "should remove members" do
@namespaced.sadd?('foo', 1)
@namespaced.sadd('foo', 1)
expect(@namespaced.srem?('foo', 1)).to eq(true)
expect(@namespaced.srem?('foo', 1)).to eq(false)
end
Expand Down

0 comments on commit 6237165

Please sign in to comment.