mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix test
This commit is contained in:
parent
82bb5e2d8b
commit
1c706637e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue