diff --git a/pkg/test/testing_t.go b/pkg/test/testing_t.go index 18f3ba30..8c72ee3b 100644 --- a/pkg/test/testing_t.go +++ b/pkg/test/testing_t.go @@ -1,6 +1,6 @@ package test -// T our minimal testing interface for our custom assertions. +// T our minimal testing interface for our custom assertions type T interface { Log(args ...interface{}) Logf(format string, args ...interface{})