Skip to content

Commit

Permalink
Fix merge issues 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 85a4af6 commit c1f62a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/consumer/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ func TestConsumerGenesisTransformationV2(t *testing.T) {

require.Empty(t, consumerGenesis.InitialValSet)
require.NotEmpty(t, consumerGenesis.Provider.InitialValSet)
<<<<<<< HEAD
=======
require.Equal(t, consumerGenesis.Params.RetryDelayPeriod, ccvtypes.DefaultRetryDelayPeriod)

Check failure on line 218 in app/consumer/genesis_test.go

View workflow job for this annotation

GitHub Actions / lint

consumerGenesis.Params.RetryDelayPeriod undefined (type "github.com/cosmos/interchain-security/v3/x/ccv/types".ConsumerParams has no field or method RetryDelayPeriod)

Check failure on line 218 in app/consumer/genesis_test.go

View workflow job for this annotation

GitHub Actions / lint

undefined: ccvtypes (typecheck)

Check failure on line 218 in app/consumer/genesis_test.go

View workflow job for this annotation

GitHub Actions / tests

consumerGenesis.Params.RetryDelayPeriod undefined (type "github.com/cosmos/interchain-security/v3/x/ccv/types".ConsumerParams has no field or method RetryDelayPeriod)

Check failure on line 218 in app/consumer/genesis_test.go

View workflow job for this annotation

GitHub Actions / tests

undefined: ccvtypes
require.Equal(t, consumerGenesis.NewChain, oldConsumerGenesis["new_chain"])
>>>>>>> f86c61f (fix: missing transformation for field 'new_chain' in ccv consumer genesis (#1509))
}

0 comments on commit c1f62a9

Please sign in to comment.