Skip to content

Commit

Permalink
fix(ui): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Aug 20, 2024
1 parent 4b0dbe6 commit 71047f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ValueViewComponent/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('<ValueViewComponent />', () => {
wrapper: PenumbraUIProvider,
});

expect(container).toHaveTextContent('123 UM');
expect(container).toHaveTextContent('123,456.789 UM');
});

it("renders 'Unknown' for metadata without a symbol", () => {
Expand Down

0 comments on commit 71047f2

Please sign in to comment.