Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Nov 20, 2024
1 parent 43c58a3 commit a662514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/changeset/add_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestAddChainInbound(t *testing.T) {
OCRSecrets: deployment.XXXGenerateTestOCRSecrets(),
})
require.NoError(t, err)
require.NoError(t, e.Env.ExistingAddresses.Merge(newAddresses))

state, err = LoadOnchainState(e.Env)
require.NoError(t, err)

Expand Down

0 comments on commit a662514

Please sign in to comment.