morganamilo 6 éve
szülő
commit
f26f36d459
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      vcs_test.go

+ 1 - 1
vcs_test.go

@@ -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},