Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Dec 4, 2023
1 parent d52e66d commit 4b5d1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 4b5d1a2

Please sign in to comment.