Skip to content

Commit

Permalink
solana: fixes excessive gas dropoff test
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 22, 2025
1 parent 474de09 commit 7a384c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solana/tests/token-bridge-relayer-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ describe('Token Bridge Relayer Program', () => {
gasDropoffAmount,
maxFeeLamports: sol(0.1),
unwrapIntent,
mintAddress: barMint.address,
});
await assert.promise(transferPromise).failsWith('DropoffExceedingMaximum');
});
Expand Down

0 comments on commit 7a384c3

Please sign in to comment.