Skip to content

Commit 2c4c6e9

Browse files
committed
Fix syntax error
1 parent b98d3f8 commit 2c4c6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scientist/experiment_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def @ex.raised(op, exception)
513513
end
514514

515515
it "can be marshal loaded" do
516-
assert_kind_of(Fake, Marshal.load(Marshal.dump(@ex))
516+
assert_kind_of(Fake, Marshal.load(Marshal.dump(@ex)))
517517
end
518518

519519
describe "#raise_on_mismatches?" do

0 commit comments

Comments
 (0)