Skip to content

Commit 1771ccb

Browse files
committed
Fix test setup
1 parent 25be7a2 commit 1771ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scientist/observation_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
refute x.equivalent_to?(y)
8181
end
8282

83-
FirstErrror = Class.new(StandardError)
83+
FirstError = Class.new(StandardError)
8484
SecondError = Class.new(StandardError)
8585

8686
it "compares exception classes" do

0 commit comments

Comments
 (0)