Skip to content

Commit b9a4ffe

Browse files
committed
fix: lint
Signed-off-by: sivchari <[email protected]>
1 parent 20a2e79 commit b9a4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/infrastructure/inmemory/pkg/runtime/cache/cache_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func Test_cache_scale(t *testing.T) {
132132

133133
time.Sleep(testDuration)
134134

135-
t.Log("createCount", createCount, "getCount", getCount, "listCount", listCount, "deleteCount", deleteCount)
135+
t.Log("createCount", createCount.Load(), "getCount", getCount.Load(), "listCount", listCount.Load(), "deleteCount", deleteCount.Load())
136136

137137
cancel()
138138
}

0 commit comments

Comments
 (0)