Skip to content

Commit

Permalink
fix test break
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Sep 23, 2020
1 parent 9b10fb7 commit 5c3134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/command_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
end

it "uses the commands default_reporter by default" do
assert command.create_reporter.is_a?(TestReporter)
assert command.create_reporter({}).is_a?(TestReporter)
end
end
end

0 comments on commit 5c3134b

Please sign in to comment.