Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Jul 30, 2024
1 parent 16a1e86 commit 90374fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/collection_proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def upsert_multi(_key, _options = nil)
end
end

describe '#remov_multi!' do
describe '#remove_multi!' do
subject(:ok_proxy) { described_class.new(OKProxyfied.new) }

it { expect(ok_proxy.remove_multi!(['key'])).not_to be_nil }
Expand Down

0 comments on commit 90374fb

Please sign in to comment.