We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8401f commit e17f0e9Copy full SHA for e17f0e9
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