Skip to content

Commit b48d617

Browse files
committed
Remove broken test comment
1 parent 5139775 commit b48d617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ObjectiveGitTests/GTRemoteSpec.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
expect(error).to(beNil());
134134
expect(remote).notTo(beNil());
135135

136-
// FIXME: libgit2 appears to be changing git:// scheme to https://
137-
138136
GTRemote *newRemote = [GTRemote remoteWithName:@"newremote" inRepository:fetchingRepo error:&error];
139137
expect(error).to(beNil());
140138
expect(newRemote).notTo(beNil());

0 commit comments

Comments
 (0)