1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove unused test helper. (#4317)

This commit is contained in:
Martyn 2019-10-08 04:46:34 +00:00 committed by Mike Perham
parent 58c1184716
commit 84d638294d

View file

@ -93,9 +93,4 @@ class TestJobLogger < Minitest::Test
log_level_warning = @output.string.lines[0]
assert_match(/WARN: Invalid log level/, log_level_warning)
end
def reset(io)
io.truncate(0)
io.rewind
end
end