Skip to content

Commit

Permalink
fix backtrace set in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Jan 12, 2022
1 parent c3d20c6 commit 6ce9d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression_tests/bug_0_14_5_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_http2_post_with_concurrent_post_requests_with_large_payload_blocking
end
rescue MinitestExtensions::TimeoutForTest::TestTimeout => e
ex = RegressionError.new(e.message)
ex.set_backtrace(e)
ex.set_backtrace(e.backtrace)
raise ex
end

Expand Down

0 comments on commit 6ce9d16

Please sign in to comment.