diff --git a/is.go b/is.go index 0a8c63d..c8ae1dc 100644 --- a/is.go +++ b/is.go @@ -187,9 +187,9 @@ func (is *I) New(t *testing.T) *I { // pattern: // // func Test(t *testing.T) { -// is := is.New(t) +// is := is.NewRelaxed(t) // t.Run("sub", func(t *testing.T) { -// is := is.New(t) +// is := is.NewRelaxed(t) // // TODO: test // }) // }