Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyobe committed Dec 7, 2024
1 parent 0c944cb commit 7f612e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/examples_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func TestYamlSchedulesExample(t *testing.T) {
})
}

// create some one-time schedules
// create some initial one-time schedules
initialDir := writeScheduleProgram(time.Now().Add(1 * time.Hour))
// and then reschedule them
rescheduleDir := writeScheduleProgram(time.Now().Add(2 * time.Hour))
Expand All @@ -338,6 +338,7 @@ func TestYamlSchedulesExample(t *testing.T) {
},
})

// expect the update to replace the schedules
t.Log("FIRST")
t.Log(first.String())
t.Log("SECOND")
Expand Down

0 comments on commit 7f612e1

Please sign in to comment.