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
565719150a
commit
c3ea67a79b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ describe Sidekiq::Monitor do
|
|||
|
||||
it 'displays the current time' do
|
||||
Time.stub(:now, Time.at(0)) do
|
||||
assert_includes output, Time.at(0).to_s
|
||||
assert_includes output, Time.at(0).utc.to_s
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue