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 2019-09-04 06:30:22 -07:00
parent 565719150a
commit c3ea67a79b

View file

@ -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