Have correct command be run in repo clone test

This commit is contained in:
Mislav Marohnić 2020-02-26 19:53:18 +01:00
parent 4a56280ab5
commit 4e97a0e05d

View file

@ -48,7 +48,7 @@ func TestRepoClone(t *testing.T) {
})
defer restoreCmd()
output, err := RunCommand(repoViewCmd, tt.args)
output, err := RunCommand(repoCloneCmd, tt.args)
if err != nil {
t.Fatalf("error running command `repo clone`: %v", err)
}