Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Sep 26, 2024
1 parent b6c5d97 commit 1b9b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestEventTestSuite(t *testing.T) {
}

func (s *EventTestSuite) SetupTest() {
s.event = &Event{}
s.event = &Event{cron: "* * * * *"}
}

func (s *EventTestSuite) TestAt() {
Expand Down

0 comments on commit 1b9b552

Please sign in to comment.