diff --git a/is.go b/is.go index 2431822..a95a409 100644 --- a/is.go +++ b/is.go @@ -46,7 +46,6 @@ import ( "path/filepath" "reflect" "strings" - "testing" ) // T reports when failures occur. @@ -186,7 +185,7 @@ func (is *I) New(t T) *I { // // TODO: test // }) // } -func (is *I) NewRelaxed(t *testing.T) *I { +func (is *I) NewRelaxed(t T) *I { return NewRelaxed(t) }