We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5139775 commit b48d617Copy full SHA for b48d617
ObjectiveGitTests/GTRemoteSpec.m
@@ -133,8 +133,6 @@
133
expect(error).to(beNil());
134
expect(remote).notTo(beNil());
135
136
- // FIXME: libgit2 appears to be changing git:// scheme to https://
137
-
138
GTRemote *newRemote = [GTRemote remoteWithName:@"newremote" inRepository:fetchingRepo error:&error];
139
140
expect(newRemote).notTo(beNil());
0 commit comments