We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb15d1 commit b973182Copy full SHA for b973182
ObjectiveGitTests/GTRepository+PullSpec.m
@@ -262,7 +262,7 @@
262
expect(fileContents).notTo(equal(@"TestLocal"));
263
expect([localRepo mergeHeadEntriesWithError:nil]).to(equal(@[remoteCommit]));
264
expect([localRepo preparedMessageWithError:nil]).to(beginWith(@"Merge commit"));
265
- expect(error.localizedDescription).to(equal(@"Merge conflict, Pull aborted."));
+ expect(error.localizedDescription).to(equal(@"Merge conflict"));
266
expect(@(transferProgressed)).to(beTruthy());
267
});
268
0 commit comments