Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Jan 9, 2025
1 parent 9073ac2 commit 54a7ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/libs/triggers/pull_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
expect(repo_integration).to have_received(:merge_pr!).with(repo_name, created_pr.number)
expect(repo_integration).to have_received(:enable_auto_merge).with(app.config.code_repo_namespace, app.config.code_repo_name_only, created_pr.number)
expect(result.ok?).to be(true)
expect(created_pr).to be_present
expect(created_pr.closed?).to be(false)
end

Expand Down

0 comments on commit 54a7ed2

Please sign in to comment.