Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Mar 27, 2024
1 parent 6806b5c commit 8f48348
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/InterchainTokenService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2059,12 +2059,10 @@ describe('Interchain Token Service', () => {

await expectRevert(
(gasOptions) =>
token
.connect(spender)
.interchainTransferFrom(sender.address, destinationChain, destAddress, 0, metadata, {
value: gasValue,
...gasOptions,
}),
token.connect(spender).interchainTransferFrom(sender.address, destinationChain, destAddress, 0, metadata, {
value: gasValue,
...gasOptions,
}),
service,
'ZeroAmount',
);
Expand Down

0 comments on commit 8f48348

Please sign in to comment.