Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit d8471a3

Browse files
committed
Add test parameters for ls example
Signed-off-by: Filip Navara <[email protected]>
1 parent 944861a commit d8471a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_examples/common_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var args = map[string][]string{
2828
"showcase": {defaultURL, tempFolder()},
2929
"tag": {cloneRepository(defaultURL, tempFolder())},
3030
"pull": {createRepositoryWithRemote(tempFolder(), defaultURL)},
31+
"ls": {cloneRepository(defaultURL, tempFolder()), "HEAD", "vendor"},
3132
}
3233

3334
var ignored = map[string]bool{}

0 commit comments

Comments
 (0)