Unverified Commit a316d7cd authored by vipwzw's avatar vipwzw Committed by GitHub

Update ticker_test.go

parent df7ae87c
...@@ -25,5 +25,5 @@ func TestTicker(t *testing.T) { ...@@ -25,5 +25,5 @@ func TestTicker(t *testing.T) {
ticker.Stop() ticker.Stop()
assert.True(t, end-now >= 2) assert.True(t, end-now >= 2)
fmt.Println("TestTicker ok") fmt.Println("TestTicker ok", end-now)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment