mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
update some fixtures in tests
updated TestModuleVersion fixture (looks like the test doesn't really care :D) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -155,7 +155,7 @@ func TestCloneArgsDumbHttp(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCloneArgsGit(t *testing.T) {
|
||||
args := fetchArgs("git://github.com/docker/docker", "master")
|
||||
args := fetchArgs("git://github.com/moby/moby", "master")
|
||||
exp := []string{"fetch", "--depth", "1", "origin", "--", "master"}
|
||||
assert.Check(t, is.DeepEqual(exp, args))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user