Skip to content

Commit

Permalink
run tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Oct 27, 2017
1 parent 46e2bcd commit de41adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion output/internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ func TestStart(t *testing.T) {
time.Sleep(time.Millisecond * 12)
assert.Equal(1, conn.CountSave)

time.Sleep(time.Millisecond * 12)
Close()
assert.Equal(1, conn.CountSave)
assert.Equal(2, conn.CountSave)

}

0 comments on commit de41adf

Please sign in to comment.