diff --git a/tests/e2e/state.go b/tests/e2e/state.go index 66550506e0..d55c7436be 100644 --- a/tests/e2e/state.go +++ b/tests/e2e/state.go @@ -869,6 +869,7 @@ func (tr TestConfig) getProposedConsumerChains(chain ChainID) []string { return chains } +//lint:ignore U1000 function can only be used in tests func uintPtr(i uint) *uint { return &i }