mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-13 08:19:47 -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
|
// test posting buy offer above limit
|
||||||
try {
|
try {
|
||||||
await executeTrade({
|
await executeTrade({
|
||||||
offerAmount: BigInt("2100000000000"),
|
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(2.6),
|
||||||
direction: OfferDirection.BUY,
|
direction: OfferDirection.BUY,
|
||||||
assetCode: assetCode,
|
assetCode: assetCode,
|
||||||
makerPaymentAccountId: account.getId(),
|
makerPaymentAccountId: account.getId(),
|
||||||
@ -1528,7 +1528,7 @@ test("Cannot post offer exceeding trade limit (CI, sanity check)", async () => {
|
|||||||
// test posting sell offer above limit
|
// test posting sell offer above limit
|
||||||
try {
|
try {
|
||||||
await executeTrade({
|
await executeTrade({
|
||||||
offerAmount: BigInt("2600000000000"),
|
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(8.1),
|
||||||
direction: OfferDirection.SELL,
|
direction: OfferDirection.SELL,
|
||||||
assetCode: assetCode,
|
assetCode: assetCode,
|
||||||
makerPaymentAccountId: account.getId(),
|
makerPaymentAccountId: account.getId(),
|
||||||
|
Loading…
Reference in New Issue
Block a user