Skip to content

Commit 8751f73

Browse files
committed
Update reviewer_checklist_comment_responder_spec.rb
1 parent 5ca0123 commit 8751f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/responders/reviewer_checklist_comment_responder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@responder.context[:sender] = "ReVIEwer1"
5656

5757
expected_locals = { issue_id: 5, issue_author: "opener", bot_name: "botsci", repo: "openjournals/buffy", sender: "ReVIEwer1" }
58-
expected_checklist = "Checklist for @reviewer1 \n[] A"
58+
expected_checklist = "Checklist for @ReVIEwer1 \n[] A"
5959

6060
expect(@responder).to receive(:render_external_template).with("checklist.md", expected_locals).and_return(expected_checklist)
6161
expect(@responder).to receive(:update_comment).with(111222, expected_checklist)

0 commit comments

Comments
 (0)