Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit f4a3ed8

Browse files
committed
chore: markup change
1 parent d0e6842 commit f4a3ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/components/AppForm/__tests__/app-form.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('App Form', () => {
158158
await userEvent.click(submitButton);
159159

160160
const appMarkupPercentageError = await screen.findByText(
161-
'Your markup value must be equal to or above 0.00 and no more than 5.00.',
161+
'Your markup value must be equal to or above 0.00 and no more than 3.00.',
162162
);
163163

164164
expect(appMarkupPercentageError).toBeInTheDocument();

0 commit comments

Comments
 (0)