Skip to content

Commit e17f0e9

Browse files
committed
Fix typo
1 parent 7a8401f commit e17f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/intercom/lib/flat_store_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
it 'raises if you try to use a non string key' do
1818
data = Intercom::Lib::FlatStore.new
19-
_(proc { data[1] = 'something' }).must_raise ArgumentErrorca
19+
_(proc { data[1] = 'something' }).must_raise ArgumentError
2020
end
2121

2222
it 'sets and merges valid entries' do

0 commit comments

Comments
 (0)