Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 14, 2023
1 parent d5dfc0c commit ea94203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/testsetups/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ func (p *CCIPTestConfig) SetNetworkPairs(t *testing.T, lggr zerolog.Logger) erro
networkMap[nets[1].ChainID] = nets[1]
}
}
for _, net := range networkMap {
p.AllNetworks = append(p.AllNetworks, net)
}
return allError
}
// if network pairs are not provided with CCIP_NETWORK_PAIRS, then form all possible network pair combination from SELECTED_NETWORKS
Expand Down

0 comments on commit ea94203

Please sign in to comment.