Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafen committed Jan 9, 2025
1 parent a1b2640 commit 6c7563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (s *ScheduleServiceSuite) TestSchedulesNotification() {
s.Fail("signal not received")
case <-ch:
}
s.Equal(int(s.webhookHandlerCalls.Load()), n)
s.GreaterOrEqual(int(s.webhookHandlerCalls.Load()), n)
}

func (s *ScheduleServiceSuite) TestPauseResume() {
Expand Down

0 comments on commit 6c7563f

Please sign in to comment.