Skip to content

Commit 2756851

Browse files
committed
Use a real URL.
1 parent 71af4ec commit 2756851

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
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)