Update tests

This commit is contained in:
morganamilo 2018-10-09 01:21:31 +01:00
parent cbc2a87c73
commit f26f36d459
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -44,7 +44,7 @@ func TestParsing(t *testing.T) {
}
sources := []source{
{"github.com/neovim/neovim.git", "HEAD", []string{"git", "https"}},
{"github.com/neovim/neovim.git", "HEAD", []string{"https"}},
{"github.com/jguer/yay.git", "master", []string{"git"}},
{"github.com/davidgiven/ack", "HEAD", []string{"git"}},
{"", "", nil},