Skip to content

Commit

Permalink
Update test to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson authored May 14, 2024
1 parent 17478b3 commit 8d44ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test("linkspector should check top-level relative links in Markdown file", async
}

expect(hasErrorLinks).toBe(false);
expect(results.length).toBe(5);
expect(results.length).toBe(6);
});

test("linkspector should add back the removed duplicates when returning the results", async () => {
Expand Down Expand Up @@ -183,4 +183,4 @@ test(" linkspector should check hyperlinks in AsciiDoc files", async () => {
expect(results[1].status).toBe("alive");
expect(results[2].status).toBe("error");
expect(results[3].status).toBe("alive");
});
});

0 comments on commit 8d44ea9

Please sign in to comment.