Skip to content

Commit

Permalink
Github::Check
Browse files Browse the repository at this point in the history
Code lint

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Jun 22, 2024
1 parent 704c375 commit a27dbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/github/check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@

before do
allow(fake_client).to receive(:create_issue_comment_reaction)
.with(repo, comment_id, '-1', accept: Octokit::Preview::PREVIEW_TYPES[:reactions])
.and_return(pr_info)
.with(repo, comment_id, '-1', accept: Octokit::Preview::PREVIEW_TYPES[:reactions])
.and_return(pr_info)
end

it 'must returns pull request info' do
Expand Down

0 comments on commit a27dbf7

Please sign in to comment.