Skip to content

Commit ea3906f

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

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
@@ -246,7 +246,7 @@ func ExampleLookupOptions_AlwaysUseRequestedRange() {
246246
panic(err)
247247
}
248248
if string(cachedStr) != "cached" {
249-
panic(fmt.Sprintf("got: %q, want: %q", cachedStr, "cached object"))
249+
panic(fmt.Sprintf("got: %q, want: %q", cachedStr, "cached"))
250250
}
251251

252252
fmt.Printf("The cached value was: %s", cachedStr)

0 commit comments

Comments
 (0)