mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-12-25 23:39:38 -05:00
increase amounts to test offer above limit
This commit is contained in:
parent
badb2fe2ce
commit
b5c148f74b
@ -1514,7 +1514,7 @@ test("Cannot post offer exceeding trade limit (CI, sanity check)", async () => {
|
||||
// test posting buy offer above limit
|
||||
try {
|
||||
await executeTrade({
|
||||
offerAmount: BigInt("2100000000000"),
|
||||
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(2.6),
|
||||
direction: OfferDirection.BUY,
|
||||
assetCode: assetCode,
|
||||
makerPaymentAccountId: account.getId(),
|
||||
@ -1528,7 +1528,7 @@ test("Cannot post offer exceeding trade limit (CI, sanity check)", async () => {
|
||||
// test posting sell offer above limit
|
||||
try {
|
||||
await executeTrade({
|
||||
offerAmount: BigInt("2600000000000"),
|
||||
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(8.1),
|
||||
direction: OfferDirection.SELL,
|
||||
assetCode: assetCode,
|
||||
makerPaymentAccountId: account.getId(),
|
||||
|
Loading…
Reference in New Issue
Block a user