Skip to content

Commit

Permalink
Always yield in setup in TestHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed May 22, 2024
1 parent 3bed5b6 commit f79af86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def setup
check_python_warning("FutureWarning") do
yield
end
else
yield
end
end

Expand Down

0 comments on commit f79af86

Please sign in to comment.