Update clone_test.go
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
parent
8e8cb91f50
commit
406940513f
|
@ -107,6 +107,6 @@ func TestCloneWithExternalHTTPUrWithLocalServer(t *testing.T) {
|
||||||
path, err := ioutil.TempDir("", "git2go")
|
path, err := ioutil.TempDir("", "git2go")
|
||||||
_, err = Clone(url, path, &CloneOptions{})
|
_, err = Clone(url, path, &CloneOptions{})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal("cannot clone remote repo via https, error: ", err)
|
t.Fatal("cannot clone remote repo via http, error: ", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue