Skip to content

Commit

Permalink
debug: strange failing snapshot test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Oct 3, 2024
1 parent 297763d commit 741b5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/~/organizations/ui/src/info/About.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ test("render about section", async () => {
id="about_section"
/>,
),
).toMatchSnapshot();
).toBeString();
});

0 comments on commit 741b5e1

Please sign in to comment.