diff --git a/test/helpers-asHTML.test.ts b/test/helpers-asHTML.test.ts
index a007b539..c6b06a9d 100644
--- a/test/helpers-asHTML.test.ts
+++ b/test/helpers-asHTML.test.ts
@@ -142,11 +142,6 @@ it("includes `dir` attribute on right-to-left languages", () => {
const richTextFixtures = createRichTextFixtures()
expect(asHTML(richTextFixtures.ar, { linkResolver })).toMatchSnapshot()
-
- // TODO: Remove when we remove support for deprecated tuple-style configuration.
- expect(asHTML(richTextFixtures.ar, linkResolver)).toBe(
- asHTML(richTextFixtures.ar, { linkResolver }),
- )
})
it("returns null for nullish inputs", () => {