Skip to content

Commit

Permalink
Update testing/tests/index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 15, 2024
1 parent 8ae0a59 commit be2c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ test("translated content broken links can fall back to en-us", () => {
const map = new Map(doc.flaws.broken_links.map((x) => [x.href, x]));
expect(map.get("/fr/docs/Web/CSS/dumber")).toMatchObject({
explanation: "Can't resolve /fr/docs/Web/CSS/dumber",
suggestion: "/fr/docs/Web/CSS/dumber",
suggestion: "/fr/docs/Web/CSS/number",
fixable: true,
line: 19,
column: 16,
Expand Down

0 comments on commit be2c2d3

Please sign in to comment.