Skip to content

Commit

Permalink
Fix merge issue on genesis_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell authored Dec 14, 2023
1 parent c1f62a9 commit b10fc8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/consumer/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,5 @@ func TestConsumerGenesisTransformationV2(t *testing.T) {

require.Empty(t, consumerGenesis.InitialValSet)
require.NotEmpty(t, consumerGenesis.Provider.InitialValSet)
require.Equal(t, consumerGenesis.Params.RetryDelayPeriod, ccvtypes.DefaultRetryDelayPeriod)
require.Equal(t, consumerGenesis.NewChain, oldConsumerGenesis["new_chain"])
}

0 comments on commit b10fc8a

Please sign in to comment.