Skip to content

Commit

Permalink
attempt fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Nov 14, 2024
1 parent 2de0bf9 commit 2669b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func Test_PricingForTokenTransfers(t *testing.T) {
state, err = ccdeploy.LoadOnchainState(e)
require.NoError(t, err)

// Deploy the token to test transfering
// Deploy the token to test transferring
srcToken, _, dstToken, _, err := ccdeploy.DeployTransferableToken(
lggr,
tenv.Env.Chains,
Expand Down Expand Up @@ -349,7 +349,7 @@ func Test_PricingForTokenTransfers(t *testing.T) {
// Send a message from each chain to every other chain.
expectedSeqNum := make(map[uint64]uint64)

// Mint 2 tokens to be transfered
// Mint 2 tokens to be transferred
twoCoins := new(big.Int).Mul(big.NewInt(1e18), big.NewInt(2))
tx, err := srcToken.Mint(
e.Chains[tenv.HomeChainSel].DeployerKey,
Expand Down

0 comments on commit 2669b8c

Please sign in to comment.