瀏覽代碼

Update tests

morganamilo 6 年之前
父節點
當前提交
f26f36d459
共有 1 個文件被更改,包括 1 次插入1 次删除
  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},