Skip to content

Commit

Permalink
Fix argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoder committed Oct 8, 2024
1 parent 16b3abd commit dd36735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factiva/monitoring_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module Factiva

it "raises Factiva::TimeoutError for CircuitBreaker" do
expect {
subject.get_matches({ case_id: "id" })
subject.get_matches(case_id: "id")
}.to raise_error(Factiva::TimeoutError)
end
end
Expand Down

0 comments on commit dd36735

Please sign in to comment.