Skip to content

Commit

Permalink
Merge pull request #19 from Houndie/master
Browse files Browse the repository at this point in the history
Update is.NewRelaxed documentation
  • Loading branch information
matryer committed Oct 19, 2018
2 parents 6f6891c + d376315 commit 7c2b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions is.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
// })
// }
Expand Down

0 comments on commit 7c2b273

Please sign in to comment.