From 4b5d1a21e1f458562ebaa39440d847fcaecfe809 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Mon, 4 Dec 2023 21:02:33 +0100 Subject: [PATCH] chore: appease linter --- tests/e2e/state.go | 1 + 1 file changed, 1 insertion(+) 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 }