Skip to content

Commit

Permalink
fix example sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Oct 28, 2023
1 parent 4894bfd commit 7d85a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ func ExampleScheduler_RemoveJob() {
_, _ = NewScheduler()
}

func ExampleWithStopTimeout() {
_, _ = NewScheduler()
}

func ExampleScheduler_Start() {
_, _ = NewScheduler()
}
Expand Down Expand Up @@ -364,6 +360,10 @@ func ExampleWithStartAt() {
// 9999-09-09 09:09:09.000000009 +0000 UTC
}

func ExampleWithStopTimeout() {
_, _ = NewScheduler()
}

func ExampleWithTags() {
s, _ := NewScheduler()
j, _ := s.NewJob(
Expand Down

0 comments on commit 7d85a4b

Please sign in to comment.