Skip to content

Commit

Permalink
Fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Feb 23, 2016
1 parent e494b9f commit fa2b126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestPublish(t *testing.T) {

e := &Event{Callbacks: []callback{cb}}
Publish(e, 1)
<-time.After(10 * time.Millisecond)
Publish(e, 2)
Publish(e, 3)
Publish(e, 4)
Expand Down

0 comments on commit fa2b126

Please sign in to comment.