We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9c71a commit 9d30bd4Copy full SHA for 9d30bd4
utils/now_unix_test.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
func TestCustomTimeNow(t *testing.T) {
15
- precision = time.Millisecond
+ precision := time.Millisecond
16
17
for i := 0; i < 1000; i++ {
18
timestamp := time.Now().UnixNano()
0 commit comments