Skip to content

Commit

Permalink
Update method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Mar 14, 2024
1 parent 8aac461 commit 73f2620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions integration-tests/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func DeployInstantiateAndMigrateContract(
) (sdk.AccAddress, *coreum.ContractClient) {
t.Helper()

owner, contractClient := DeployAndInstantiateContrantV110(
owner, contractClient := DeployAndInstantiateContractV110(
ctx,
t,
chains,
Expand All @@ -61,8 +61,8 @@ func MigrateContract(ctx context.Context, t *testing.T, contractClient *coreum.C
require.NoError(t, err)
}

// DeployAndInstantiateContrantV110 deploys and instantiates the mainnet version of the contract.
func DeployAndInstantiateContrantV110(
// DeployAndInstantiateContractV110 deploys and instantiates the mainnet version of the contract.
func DeployAndInstantiateContractV110(
ctx context.Context,
t *testing.T,
chains Chains,
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/contract/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestContractMigration(t *testing.T) {

xrplBridgeAddress := xrpl.GenPrivKeyTxSigner().Account()
xrplBaseFee := uint32(10)
owner, contractClient := integrationtests.DeployAndInstantiateContrantV110(
owner, contractClient := integrationtests.DeployAndInstantiateContractV110(
ctx,
t,
chains,
Expand Down

0 comments on commit 73f2620

Please sign in to comment.