Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex cai committed Nov 10, 2016
1 parent ade785e commit 472652c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func TestNewLogFile(t *testing.T) {
World: 12,
}
_ = lf1.WriteJson(hello)
_ = lf1.WriteJson(hello)
_ = lf1.WriteJson(hello)

time.Sleep(time.Second * 2)
}
Expand Down

0 comments on commit 472652c

Please sign in to comment.