Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Dec 13, 2024
1 parent d4bce9a commit a0a3d2e
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 437 deletions.
4 changes: 2 additions & 2 deletions deployment/ccip/changeset/cs_add_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func TestAddChainInbound(t *testing.T) {
{
Changeset: commonchangeset.WrapChangeSet(AddDonAndSetCandidateChangeset),
Config: AddDonAndSetCandidateChangesetConfig{
SetCandidateChangesetConfig: SetCandidateChangesetConfig{
SetCandidateConfigBase: SetCandidateConfigBase{
HomeChainSelector: e.HomeChainSel,
FeedChainSelector: e.FeedChainSel,
DONChainSelector: newChain,
Expand All @@ -214,7 +214,7 @@ func TestAddChainInbound(t *testing.T) {
},
{
Changeset: commonchangeset.WrapChangeSet(SetCandidateChangeset),
Config: SetCandidateChangesetConfig{
Config: SetCandidateConfigBase{
HomeChainSelector: e.HomeChainSel,
FeedChainSelector: e.FeedChainSel,
DONChainSelector: newChain,
Expand Down
Loading

0 comments on commit a0a3d2e

Please sign in to comment.