Have correct command be run in repo clone test
This commit is contained in:
parent
4a56280ab5
commit
4e97a0e05d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue