Skip to content

Commit

Permalink
chore: add test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 12, 2024
1 parent f8dce4c commit 96a80b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/axelar-local-dev/src/__tests__/export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ describe('export', () => {
await destroyExported();
});

// Note: This test is expecting the host to run a local blockchain on port 8545 and 8546.
it('should be able to relay tokens from chain A to chain B', async () => {
const contract1 = await deployContract(srcOwner, ExecuteWithToken, [chain1.gateway.address, chain1.gasService.address]).then(
(contract) => ExecuteWithTokenFactory.connect(contract.address, srcOwner)
Expand Down

0 comments on commit 96a80b1

Please sign in to comment.