diff --git a/plan/storage/memory/sync_test.go b/plan/storage/memory/sync_test.go index fd4312d..6ac0fdd 100644 --- a/plan/storage/memory/sync_test.go +++ b/plan/storage/memory/sync_test.go @@ -4,4 +4,11 @@ import "testing" func TestSync(t *testing.T) { t.Parallel() + + t.Log("store") + + t.Log("find all") + + t.Log("delete all") + }