style cleanup

This commit is contained in:
duriancrepe 2022-03-08 10:34:30 -08:00
parent e57a259d55
commit f7f876509f

View file

@ -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");