Skip to content

Commit

Permalink
Fix smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Sep 30, 2024
1 parent e8fedbd commit 1abed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 1abed10

Please sign in to comment.