Skip to content

Commit d46634e

Browse files
author
Santiago Gala
committed
Github does not allo anonymous git protocol, so testsuite was failing
1 parent 3febc56 commit d46634e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/groovy/noe/common/utils/GitUtilsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.Test
88

99
class GitUtilsTest {
1010

11-
private static final String TEST_REPO_URL = "git://github.com/schacon/grit.git"
11+
private static final String TEST_REPO_URL = "https://github.com/schacon/grit.git"
1212

1313
private static File TEST_DIR
1414

0 commit comments

Comments
 (0)