Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit e274ea1

Browse files
Fix test with new message
1 parent 62fe84d commit e274ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/jobs/add_students_to_roster_job_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
let(:result) { described_class.new.build_message(invalid_roster_entries, identifiers) }
7575
it "returns roster update successful message" do
76-
expect(result).to eq("Roster successfully updated.")
76+
expect(result).to eq("Roster successfully updated. 2 roster entries were added.")
7777
end
7878
end
7979

0 commit comments

Comments
 (0)