cmd: continue lint fixes.
This commit is contained in:
4
cache/mru/timestamps_internal_test.go
vendored
4
cache/mru/timestamps_internal_test.go
vendored
@@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
func TestTimestamps(t *testing.T) {
|
||||
ts := newTimestamps[string](3)
|
||||
mock := clock.NewMock()
|
||||
ts := newTimestamps[string](3)
|
||||
mock := clock.NewMock()
|
||||
|
||||
// raven
|
||||
ts.Update("raven", mock.Now().UnixNano())
|
||||
|
||||
Reference in New Issue
Block a user