Skip to content

Commit abface5

Browse files
committed
Fix test: Push URL starts off empty
1 parent 5908186 commit abface5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTRemoteSpec.m

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

6464
it(@"push URL string", ^{
65-
expect(remote.pushURLString).to(equal(@"[email protected]:github/Test_App.git"));
65+
expect(remote.pushURLString).to(beNil());
6666

6767
NSString *newURLString = @"https://github.com/github/Test_App.git";
6868

0 commit comments

Comments
 (0)