Skip to content

Commit

Permalink
++libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Apr 23, 2015
1 parent a2de081 commit 824826c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ObjectiveGitTests/GTRemoteSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
expect(error).to(beNil());
expect(@(success)).to(beTruthy());
expect(@(transferProgressed)).to(beTruthy());
expect(@(receivedObjects)).to(equal(@10));
expect(@(receivedObjects)).to(beGreaterThan(@0));

GTCommit *fetchedCommit = [fetchingRepo lookUpObjectByOID:testCommit.OID objectType:GTObjectTypeCommit error:&error];
expect(error).to(beNil());
Expand Down

0 comments on commit 824826c

Please sign in to comment.