File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 115115 }];
116116 expect (error).to (beNil ());
117117 expect (@(result)).to (beTruthy ());
118- expect (@(transferProgressed)).to (beFalsy ()); // Local transport doesn't currently call progress callbacks
118+ expect (@(transferProgressed)).to (beTruthy ());
119119
120120 // Same number of commits after push, refresh branch first
121121 remoteMasterBranch = localBranchWithName (@" master" , remoteRepo);
152152 }];
153153 expect (error).to (beNil ());
154154 expect (@(result)).to (beTruthy ());
155- expect (@(transferProgressed)).to (beFalsy ()); // Local transport doesn't currently call progress callbacks
155+ expect (@(transferProgressed)).to (beTruthy ());
156156
157157 // Number of commits on tracking branch after push
158158 localTrackingBranch = [masterBranch trackingBranchWithError: &error success: &success];
You can’t perform that action at this time.
0 commit comments