Skip to content

Commit 4e97a0e

Browse files
committed
Have correct command be run in repo clone test
1 parent 4a56280 commit 4e97a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestRepoClone(t *testing.T) {
4848
})
4949
defer restoreCmd()
5050

51-
output, err := RunCommand(repoViewCmd, tt.args)
51+
output, err := RunCommand(repoCloneCmd, tt.args)
5252
if err != nil {
5353
t.Fatalf("error running command `repo clone`: %v", err)
5454
}

0 commit comments

Comments
 (0)