Skip to content

Commit

Permalink
Refactor NewRelaxed method
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed May 11, 2021
1 parent cf8bac8 commit dfad7c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions is.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import (
"path/filepath"
"reflect"
"strings"
"testing"
)

// T reports when failures occur.
Expand Down Expand Up @@ -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)
}

Expand Down

0 comments on commit dfad7c4

Please sign in to comment.