Skip to content

Commit

Permalink
Update xchain integration tests to use legacy V1 interface of MockEnt…
Browse files Browse the repository at this point in the history
…itlementGatedV2 contract.
  • Loading branch information
clemire committed Jul 12, 2024
1 parent 2fa9c8a commit b3dfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/xchain/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (st *serviceTester) deployXchainTestContracts() {
st.entitlementChecker = iChecker

// Deploy the mock entitlement gated contract
addr, _, _, err = test_contracts.DeployMockEntitlementGated(
addr, _, _, err = test_contracts.DeployMockEntitlementGatedV2(
auth,
client,
st.entitlementCheckerAddress,
Expand Down

0 comments on commit b3dfb58

Please sign in to comment.