Skip to content

Commit 9d30bd4

Browse files
committed
fix test file syntax
1 parent 8f9c71a commit 9d30bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/now_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
func TestCustomTimeNow(t *testing.T) {
15-
precision = time.Millisecond
15+
precision := time.Millisecond
1616

1717
for i := 0; i < 1000; i++ {
1818
timestamp := time.Now().UnixNano()

0 commit comments

Comments
 (0)