diff options
Diffstat (limited to 'internal/cache/domain/domain_test.go')
-rw-r--r-- | internal/cache/domain/domain_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cache/domain/domain_test.go b/internal/cache/domain/domain_test.go index b5937978c..8f975497b 100644 --- a/internal/cache/domain/domain_test.go +++ b/internal/cache/domain/domain_test.go @@ -69,7 +69,9 @@ func TestBlockCache(t *testing.T) { } // Clear the cache + t.Logf("%+v\n", c) c.Clear() + t.Logf("%+v\n", c) knownErr := errors.New("known error") |