Skip to content

Commit

Permalink
Merge pull request rubyforgood#5439 from rubyforgood/flaky_test_issue…
Browse files Browse the repository at this point in the history
…_5424

Flaky test issue 5424
  • Loading branch information
schoork authored Jan 15, 2024
2 parents f535df1 + 81dfa45 commit 54790c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/case_contact_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
it "returns all case contacts with the casa case ids" do
report = described_class.new({casa_case_ids: [casa_case.id]})
expect(report.case_contacts.length).to eq(case_contacts.length)
expect(report.case_contacts).to eq(case_contacts)
expect(report.case_contacts).to match_array(case_contacts)
end
end

Expand Down

0 comments on commit 54790c8

Please sign in to comment.