Skip to content

Commit

Permalink
fixed a namign issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Oct 3, 2023
1 parent 47b9957 commit c08e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tokenService.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ describe('Interchain Token Service', () => {
transferToAddress = liquidityPool.address;
}

await expect(tokenManager.interchainTransfer(destChain, destAddress, amount, '0x', { value: gasValue }))
await expect(tokenManager.interchainTransfer(destinationChain, destAddress, amount, '0x', { value: gasValue }))
.and.to.emit(token, 'Transfer')
.withArgs(wallet.address, transferToAddress, amount)
.and.to.emit(gateway, 'ContractCall')
Expand Down

0 comments on commit c08e605

Please sign in to comment.