Skip to content

Commit

Permalink
fix: message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Feb 10, 2025
1 parent 16fe16a commit ce65610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components-PrismicRichText.deprecated.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ it("warns about this component being deprecated", () => {
expect(consoleWarnSpy).toHaveBeenCalledOnce()
expect(consoleWarnSpy).toHaveBeenCalledWith(
expect.stringMatching(
/html-serialization-is-deprecated-with-prismic-rich-text.md/i,
/html-serialization-is-deprecated-with-prismic-rich-text/i,
),
)

Expand Down

0 comments on commit ce65610

Please sign in to comment.