mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Merge pull request #265 from motemen/look-test
fix testing for 'ghq get --look'
This commit is contained in:
commit
29bcff53dd
|
|
@ -206,7 +206,7 @@ func TestLook(t *testing.T) {
|
|||
}
|
||||
sh := detectShell()
|
||||
|
||||
err := look("https://github.com/motemen/ghq")
|
||||
err := newApp().Run([]string{"", "get", "--look", "https://github.com/motemen/ghq"})
|
||||
if err != nil {
|
||||
t.Errorf("error should be nil, but: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue