mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Actually test what the test claims
This commit is contained in:
parent
b0286efc2b
commit
13d8fda00b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class TestUtil < Minitest::Test
|
|||
include Sidekiq::Util
|
||||
end
|
||||
|
||||
assert_equal One.new.process_id, One.new.process_id
|
||||
assert_equal One.new.process_id, Two.new.process_id
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue