We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e17aff commit 87b537cCopy full SHA for 87b537c
spec/unit/intercom/lib/flat_store_spec.rb
@@ -16,7 +16,7 @@
16
17
it 'raises if you try to use a non string key' do
18
data = Intercom::Lib::FlatStore.new
19
- _(proc { data[1] = 'something' }).must_raise ArgumentErrorca
+ _(proc { data[1] = 'something' }).must_raise ArgumentError
20
end
21
22
it 'sets and merges valid entries' do
0 commit comments