Skip to content
Snippets Groups Projects
Unverified Commit ed368f8c authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix spec failure

parent 3ea4a139
No related branches found
No related tags found
1 merge request!10533Add "engineering" UI for Pipeline Schedule
Pipeline #
Loading
@@ -57,7 +57,7 @@ describe TriggerScheduleWorker do
Loading
@@ -57,7 +57,7 @@ describe TriggerScheduleWorker do
end end
   
context 'when next_run_at is nil' do context 'when next_run_at is nil' do
before before do
schedule = create(:ci_trigger_schedule, :nightly) schedule = create(:ci_trigger_schedule, :nightly)
schedule.update_column(:next_run_at, nil) schedule.update_column(:next_run_at, nil)
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment