1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2015-06-09 13:11:09 -07:00
parent 82bb5e2d8b
commit 1c706637e8

View file

@ -114,7 +114,7 @@ class TestManager < Sidekiq::Test
end
it 'sets useful info to proctitle' do
assert_equal "sidekiq #{Sidekiq::VERSION} myapp [1 of 3 busy]", $0
assert_equal "sidekiq #{Sidekiq::VERSION} myapp [1 of 3 busy] ", $0
end
it 'stores process info in redis' do