Change function name

pull/10053/head
Yanshu Zhao 2020-12-31 00:03:34 +00:00
parent f94b1674b1
commit 0f734e6339
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ var dockerInspectGetterMock = func(name string) (*RunResult, error) {
return response, nil
}
func TestDockerInspectWithMTU(t *testing.T) {
func TestDockerInspect(t *testing.T) {
var tests = []struct {
name string
dockerInspectResponse string