Skip to content

Commit 5068116

Browse files
committed
Fix fake submodule URL that libgit2 rejects
1 parent 6c6a45a commit 5068116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTSubmoduleSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
});
6262

6363
qck_it(@"should write to the parent .git/config", ^{
64-
NSString *testURLString = @"fake_url";
64+
NSString *testURLString = @"git://fake_url";
6565

6666
GTSubmodule *submodule = [repo submoduleWithName:@"Test_App" error:NULL];
6767
expect(submodule).notTo(beNil());

0 commit comments

Comments
 (0)