Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-engle committed Oct 10, 2022
1 parent 78fea67 commit 311ce8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/octokit/client/actions_workflow_jobs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
@client.per_page = 1
allow(@client).to receive(:paginate).and_call_original
result = @client.workflow_run_attempt_jobs(@test_repo, @run_id, @attempt_number)
binding.pry

expect(@client).to have_received(:paginate)
expect(result.total_count).to eq(2)
Expand Down

0 comments on commit 311ce8b

Please sign in to comment.