From 5849b16dff5291f4359eb5d49fbf9ce8a3aad6cc Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 11 Mar 2022 13:16:26 -0500 Subject: [PATCH] fix joined lines --- internal/state/helpers_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/state/helpers_test.go b/internal/state/helpers_test.go index 76fef0772..dffb6f256 100644 --- a/internal/state/helpers_test.go +++ b/internal/state/helpers_test.go @@ -243,7 +243,8 @@ func makeRandomStateFromValidatorSet( } func makeRandomStateFromConsensusParams( ctx context.Context, - t *testing.T, consensusParams *types.ConsensusParams, + t *testing.T, + consensusParams *types.ConsensusParams, height, lastHeightConsensusParamsChanged int64, ) sm.State {