Skip to content

Commit 16f0ff0

Browse files
Update remaining failing test
1 parent 6e26076 commit 16f0ff0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/patch/reverse.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ describe('patch/reverse', function() {
6161
'+bar\n'
6262
);
6363
expect(formatPatch(reversePatch(patch))).to.equal(
64-
'===================================================================\n' +
64+
'diff --git a/README.md b/README.md\n' +
65+
'index 06eebfa..40919a6 100644\n' +
6566
'--- b/README.md\t\n' +
6667
'+++ a/README.md\t\n' +
6768
'@@ -1,7 +1,5 @@\n' +
@@ -79,7 +80,8 @@ describe('patch/reverse', function() {
7980
'-\n' +
8081
'-bar\n' +
8182
'\n' +
82-
'===================================================================\n' +
83+
'diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md\n' +
84+
'index 20b807a..4a96aff 100644\n' +
8385
'--- b/CONTRIBUTING.md\t\n' +
8486
'+++ a/CONTRIBUTING.md\t\n' +
8587
'@@ -2,8 +2,6 @@\n' +

0 commit comments

Comments
 (0)