Skip to content

Commit 999b8a1

Browse files
committed
fix merge conflicts test
the OID of the resulting commit has changed because the conflicts list of a Merge conflict is no longer commented, thus changing the commit message. the other content of the commit is unchanged
1 parent 7968f00 commit 999b8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/merge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ describe("Merge", function() {
15921592
})
15931593
.then(function(commitOid) {
15941594
assert.equal(commitOid.toString(),
1595-
"03ba156a7a1660f179b6b2dbc6a542fcf88d022d");
1595+
"8221726e3f96e3d3e0258f655e107383dc3c7335");
15961596

15971597
// merge isn't cleaned up automatically
15981598
assert.ok(fse.existsSync(path.join(repoGitPath, "MERGE_HEAD")));

0 commit comments

Comments
 (0)