Improve test args
This commit is contained in:
parent
487b62d3b9
commit
a5ec03d000
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ func Test_RepoClone(t *testing.T) {
|
|||
},
|
||||
{
|
||||
name: "Non-canonical capitalization",
|
||||
args: "git@github.com:Ower/Repo.git",
|
||||
want: "git clone git@github.com:OWNER/REPO.git",
|
||||
args: "Owner/Repo",
|
||||
want: "git clone https://github.com/OWNER/REPO.git",
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue