Skip to content

Commit 87fff3b

Browse files
committed
Huh, bare clones don't checkout...
1 parent 87efa74 commit 87fff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTRepositorySpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
expect(repository).notTo.beNil();
103103
expect(error).to.beNil();
104104
expect(transferProgressCalled).to.beTruthy();
105-
expect(checkoutProgressCalled).to.beTruthy();
105+
expect(checkoutProgressCalled).to.beFalsy();
106106

107107
expect(repository.isBare).to.beTruthy();
108108

0 commit comments

Comments
 (0)