Merge pull request jingweno/gh:40 from tgkokk/fix-remote-test-failure

Fixed remote test failure
This commit is contained in:
Jingwen Owen Ou 2013-06-13 11:30:13 -07:00
Родитель dbb644c3c1 913b42b354
Коммит 53f88a8e1a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ func TestGitEditorPath(t *testing.T) {
func TestGitRemote(t *testing.T) {
gitRemote, _ := Remote()
assert.T(t, strings.Contains(gitRemote, "gh.git"))
assert.T(t, strings.Contains(gitRemote, "gh"))
}
func TestGitHead(t *testing.T) {