mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-06 05:24:15 -04:00
style cleanup
This commit is contained in:
parent
e57a259d55
commit
f7f876509f
1 changed files with 2 additions and 1 deletions
|
@ -880,7 +880,8 @@ test("Can complete a trade", async () => {
|
||||||
fetchedTrade = await alice.getTrade(trade.getTradeId());
|
fetchedTrade = await alice.getTrade(trade.getTradeId());
|
||||||
expect(fetchedTrade.getPhase()).toEqual("DEPOSIT_PUBLISHED");
|
expect(fetchedTrade.getPhase()).toEqual("DEPOSIT_PUBLISHED");
|
||||||
|
|
||||||
await testTradeChat(trade.getTradeId(), alice, bob); // test trader chat
|
// test trader chat
|
||||||
|
await testTradeChat(trade.getTradeId(), alice, bob);
|
||||||
|
|
||||||
// mine until deposit txs unlock
|
// mine until deposit txs unlock
|
||||||
HavenoUtils.log(1, "Mining to unlock deposit txs");
|
HavenoUtils.log(1, "Mining to unlock deposit txs");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue