Skip to content

Commit b973182

Browse files
committed
Fix test
1 parent efb15d1 commit b973182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTRepository+PullSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
expect(fileContents).notTo(equal(@"TestLocal"));
263263
expect([localRepo mergeHeadEntriesWithError:nil]).to(equal(@[remoteCommit]));
264264
expect([localRepo preparedMessageWithError:nil]).to(beginWith(@"Merge commit"));
265-
expect(error.localizedDescription).to(equal(@"Merge conflict, Pull aborted."));
265+
expect(error.localizedDescription).to(equal(@"Merge conflict"));
266266
expect(@(transferProgressed)).to(beTruthy());
267267
});
268268

0 commit comments

Comments
 (0)