Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 21, 2024
1 parent acda87e commit 4577652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/triggers/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestService_Run(t *testing.T) {
WithLeaseCheckerInterval(50*time.Millisecond),
)

s.Run(ctx)
go s.Run(ctx)

time.Sleep(100 * time.Millisecond)

Expand Down

0 comments on commit 4577652

Please sign in to comment.