Skip to content

Commit

Permalink
Removes the focus on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hroulston committed Dec 14, 2023
1 parent 1f59205 commit bdc3f13
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 @@ -312,7 +312,7 @@
before { create_list(:case_contact, 8) }

context "when providing casa case ids" do
fit "returns all case contacts with the casa case ids" do
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)
Expand Down

0 comments on commit bdc3f13

Please sign in to comment.