Skip to content

Commit 5eb6d3c

Browse files
Update cache/core/core_test.go
Co-authored-by: Cameron Walters (cee-dub) <[email protected]>
1 parent e53168b commit 5eb6d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache/core/core_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,5 @@ func ExampleLookupOptions_AlwaysUseRequestedRange() {
249249
panic(fmt.Sprintf("got: %q, want: %q", cachedStr, "cached"))
250250
}
251251

252-
fmt.Printf("The cached value was: %s", cachedStr)
252+
t.Logf("The cached value was: %s", cachedStr)
253253
}

0 commit comments

Comments
 (0)