Skip to content

Commit

Permalink
fix race in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Mar 14, 2016
1 parent dbffd45 commit 55e25da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/streamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,6 @@ func TestStream_AlertSensu(t *testing.T) {
for {
conn, err := listen.Accept()
if err != nil {
t.Log(err)
return
}
func() {
Expand Down

0 comments on commit 55e25da

Please sign in to comment.