Skip to content

Commit 9dfcf7c

Browse files
hugelgupfboyan-soubachov
authored andcommitted
suite: make suite.TestingT satisfy mock.TestingT
...by adding Logf method.
1 parent 518a149 commit 9dfcf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suite/suite.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type TestingT interface {
2222
Errorf(format string, args ...interface{})
2323
FailNow()
2424
Log(args ...interface{})
25+
Logf(format string, args ...interface{})
2526
Skip(args ...interface{})
2627
}
2728

0 commit comments

Comments
 (0)