Skip to content

Commit

Permalink
more validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Dec 20, 2024
1 parent 9adf70f commit d887ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/ccip/changeset/cs_chain_contracts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ func TestUpdateNonceManagersCS(t *testing.T) {
callers, err := state.Chains[source].NonceManager.GetAllAuthorizedCallers(nil)
require.NoError(t, err)
require.NotContains(t, callers, state.Chains[source].OnRamp.Address())
require.Contains(t, callers, state.Chains[source].OffRamp.Address())
})
}
}

0 comments on commit d887ced

Please sign in to comment.