Skip to content

Commit

Permalink
fixup! fixup! Add event system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Jun 6, 2023
1 parent 1dd74bf commit a37df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestEventSystem(t *testing.T) {
waitCtx, waitCancel := context.WithTimeout(ctx, 100*time.Millisecond)
defer waitCancel()
err := wait(waitCtx)
assert.EqualError(t, err, "context is done before all 'exit' events were processed")
assert.EqualError(t, err, "context is done before all 'Exit' events were processed")

wg.Wait()
})
Expand Down

0 comments on commit a37df9f

Please sign in to comment.