vendor: cadvisor v0.38.4

This commit is contained in:
David Porter
2020-11-13 19:52:57 +00:00
parent ec734aced7
commit 8af7405f17
396 changed files with 73154 additions and 18510 deletions

View File

@@ -84,7 +84,7 @@ type TestHelper interface {
// defer.
//
// func TestFoo(t *testing.T) {
// ctrl := gomock.NewController(st)
// ctrl := gomock.NewController(t)
// defer ctrl.Finish()
// // ..
// }
@@ -209,7 +209,7 @@ func (ctrl *Controller) Call(receiver interface{}, method string, args ...interf
ctrl.expectedCalls.Remove(preReqCall)
}
actions := expected.call(args)
actions := expected.call()
if expected.exhausted() {
ctrl.expectedCalls.Remove(expected)
}