From 7d85a4bd77f1f38c439763c342a3b28dbdd4aa67 Mon Sep 17 00:00:00 2001
From: John Roesler <johnrroesler@gmail.com>
Date: Sat, 28 Oct 2023 15:55:39 -0500
Subject: [PATCH] fix example sorting

---
 example_test.go | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/example_test.go b/example_test.go
index 55ab4f03..bca51b1b 100644
--- a/example_test.go
+++ b/example_test.go
@@ -173,10 +173,6 @@ func ExampleScheduler_RemoveJob() {
 	_, _ = NewScheduler()
 }
 
-func ExampleWithStopTimeout() {
-	_, _ = NewScheduler()
-}
-
 func ExampleScheduler_Start() {
 	_, _ = NewScheduler()
 }
@@ -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(