Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 12, 2022
1 parent ebd7539 commit 7780105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/dispatch/executor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_body_abandonned
completed = 0

executor.to_run { total += 1; ran += 1 }
executor.to_complete { total += 1; completed += 1}
executor.to_complete { total += 1; completed += 1 }

stack = middleware(proc { [200, {}, "response"] })

Expand Down

0 comments on commit 7780105

Please # to comment.