Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Nov 3, 2023
1 parent a559a88 commit 7a82edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xchain-avax/__e2e__/avax-client.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('xchain-evm (Avax) Integration Tests', () => {
const txHash = await client.transfer({ amount, recipient, memo })
console.log(txHash)
})
it('should transfer 0.01 AVAX following EIP1559 because maxFeePerGas', async () => {
it('should transfer 0.01 AVAX following EIP1559 because of maxFeePerGas', async () => {
const recipient = client.getAddress(1)
const amount = assetToBase(assetAmount('0.01', 18))
const txHash = await client.transfer({
Expand All @@ -118,7 +118,7 @@ describe('xchain-evm (Avax) Integration Tests', () => {
})
console.log(txHash)
})
it('should transfer 0.01 AVAX following EIP1559 because maxPriorityFeePerGas', async () => {
it('should transfer 0.01 AVAX following EIP1559 because of maxPriorityFeePerGas', async () => {
const recipient = client.getAddress(1)
const amount = assetToBase(assetAmount('0.01', 18))
const txHash = await client.transfer({
Expand Down

0 comments on commit 7a82edc

Please sign in to comment.