Skip to content

Commit

Permalink
fixup! Chore: upgrade remark-parse to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 4, 2021
1 parent c69ad9f commit cdc9737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ describe("processor", () => {
const result = processor.postprocess(messages);

assert.strictEqual(result[2].column, 9);
assert.strictEqual(result[3].column, 2);
assert.strictEqual(result[4].column, 2);
assert.strictEqual(result[3].column, 4);
assert.strictEqual(result[4].column, 4);
});

it("should adjust fix range properties", () => {
Expand Down

0 comments on commit cdc9737

Please sign in to comment.