Remove Cleanup from T interface
This commit is contained in:
parent
58bacd98ce
commit
0ead6dfb99
@ -14,7 +14,6 @@ func (t *fakeT) Error(_ ...interface{}) {
|
||||
}
|
||||
|
||||
func (_ *fakeT) Helper() {}
|
||||
func (_ *fakeT) Cleanup(_ func()) {}
|
||||
|
||||
func (t *fakeT) GotError() bool {
|
||||
r := t.gotError
|
||||
|
Loading…
Reference in New Issue
Block a user