Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 20, 2024
1 parent cc27aff commit 587560e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/squid.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@ describe('Squid', () => {
}

pools.ab = await createPool('a', 'b');
await new Promise(resolve => setTimeout(resolve, 1000));
await new Promise((resolve) => setTimeout(resolve, 1000));
pools.bc = await createPool('b', 'c');
await setupGateway();
await registerItsTransaction();
await registerSquidTransaction();
await setupTrustedAddresses(client, deployer, objectIds, deployments, [trustedSourceAddress], [trustedSourceChain]);
await new Promise(resolve => setTimeout(resolve, 1000));
await new Promise((resolve) => setTimeout(resolve, 1000));
await registerCoin('a');
await giveDeepToSquid();
});
Expand Down

0 comments on commit 587560e

Please sign in to comment.