diff --git a/src/index.test.mjs b/src/index.test.mjs index 786c0bd..5c4f7cb 100644 --- a/src/index.test.mjs +++ b/src/index.test.mjs @@ -539,7 +539,7 @@ describe("astroRehypeRelativeMarkdownLinks", () => { assert.equal(actual, expected); }); - test("should not contain trailing slash when option not specified and file contains and custom slug contains", async () => { + test("should contain trailing slash when option not specified and file contains and custom slug contains", async () => { const input = 'foo'; const { value: actual } = await rehype()