Skip to content

Commit

Permalink
suite: make suite.TestingT satisfy mock.TestingT
Browse files Browse the repository at this point in the history
...by adding Logf method.
  • Loading branch information
hugelgupf authored and boyan-soubachov committed Feb 5, 2020
1 parent 518a149 commit 9dfcf7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type TestingT interface {
Errorf(format string, args ...interface{})
FailNow()
Log(args ...interface{})
Logf(format string, args ...interface{})
Skip(args ...interface{})
}

Expand Down

0 comments on commit 9dfcf7c

Please sign in to comment.