Skip to content

Commit 7c2b273

Browse files
authored
Merge pull request #19 from Houndie/master
Update is.NewRelaxed documentation
2 parents 6f6891c + d376315 commit 7c2b273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

is.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ func (is *I) New(t *testing.T) *I {
187187
// pattern:
188188
//
189189
// func Test(t *testing.T) {
190-
// is := is.New(t)
190+
// is := is.NewRelaxed(t)
191191
// t.Run("sub", func(t *testing.T) {
192-
// is := is.New(t)
192+
// is := is.NewRelaxed(t)
193193
// // TODO: test
194194
// })
195195
// }

0 commit comments

Comments
 (0)