From 824826c6ae1a1b01828d4e3faeb681f94748b149 Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 23 Apr 2015 11:20:34 -0400 Subject: [PATCH] ++libgit2 --- External/libgit2 | 2 +- ObjectiveGitTests/GTRemoteSpec.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/External/libgit2 b/External/libgit2 index a01d3a0b5..63e8b08df 160000 --- a/External/libgit2 +++ b/External/libgit2 @@ -1 +1 @@ -Subproject commit a01d3a0b503559fe09519b787f353b25e52a0420 +Subproject commit 63e8b08dfcaa039e7bbbcfa4b5cdcea8bddf13c0 diff --git a/ObjectiveGitTests/GTRemoteSpec.m b/ObjectiveGitTests/GTRemoteSpec.m index c08622174..4d510a0d4 100644 --- a/ObjectiveGitTests/GTRemoteSpec.m +++ b/ObjectiveGitTests/GTRemoteSpec.m @@ -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());