diff --git a/integration-tests/smoke/ccip_test.go b/integration-tests/smoke/ccip_test.go index b4961113131..731d8991a05 100644 --- a/integration-tests/smoke/ccip_test.go +++ b/integration-tests/smoke/ccip_test.go @@ -35,7 +35,7 @@ func Test0002_InitialDeployOnLocal(t *testing.T) { }, ) // Apply migration - output, err := changeset.Apply0002(tenv.Env, ccdeploy.DeployCCIPContractConfig{ + output, err := changeset.InitialDeployChangeSet(tenv.Env, ccdeploy.DeployCCIPContractConfig{ HomeChainSel: tenv.HomeChainSel, FeedChainSel: tenv.FeedChainSel, ChainsToDeploy: tenv.Env.AllChainSelectors(),