summaryrefslogtreecommitdiff
path: root/internal/cache/domain/domain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cache/domain/domain_test.go')
-rw-r--r--internal/cache/domain/domain_test.go2
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")