Skip to content

Commit

Permalink
fix for legacy rails 6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 16, 2024
1 parent 4b408af commit c062b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverband/integrations/resque_worker_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup
assert_equal 1, report[Coverband::EAGER_TYPE][relative_job_file]["data"][6]
else
assert_equal 0, report[Coverband::EAGER_TYPE][relative_job_file]["data"][6]
assert_equal 1, report[Coverband::RUNTIME_TYPE][relative_job_file]["data"][6]
assert_equal 1, report[Coverband::RUNTIME_TYPE][relative_job_file]["data"][6] if report[Coverband::RUNTIME_TYPE]
end
end
end
Expand Down

0 comments on commit c062b49

Please sign in to comment.