Skip to content
Snippets Groups Projects
Commit 45721f11 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Fix spec

parent 6b846d7d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,9 +26,9 @@ describe Gitlab::Ci::Status::Build::Scheduled do
context 'when scheduled_at is expired' do
let(:build) { create(:ci_build, :expired_scheduled, project: project) }
 
it 'shows 00:00:00' do
it 'shows 00:00' do
Timecop.freeze do
expect(subject.status_tooltip).to include('00:00:00')
expect(subject.status_tooltip).to include('00:00')
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment