Skip to content

Commit

Permalink
modified: TestPull func
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Dec 12, 2019
1 parent 207a63a commit 1df611a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions shell/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,9 @@ func TestPull(t *testing.T) {
Name: "R2",
Image: "slankdev/frr",
},
Node{
Name: "nginx01",
Image: "nginx",
},
},
},
want: []string{"docker pull slankdev/frr", "docker pull nginx"},
want: []string{"docker pull slankdev/frr"},
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 1df611a

Please sign in to comment.