Merge branch 'fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous' of github.com:vegaprotocol/frontend-monorepo into fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous
This commit is contained in:
commit
99696238f2
@ -226,7 +226,7 @@ describe('useOrderValidation', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Returns an error message when the order size has more decimals then allowed', () => {
|
it('Returns an error message when the order size has more decimals than allowed', () => {
|
||||||
const { result } = setup({
|
const { result } = setup({
|
||||||
fieldErrors: { size: { type: `validate`, message: ERROR_SIZE_DECIMAL } },
|
fieldErrors: { size: { type: `validate`, message: ERROR_SIZE_DECIMAL } },
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user