Browse Source

lint fix

pull/8151/head
jay tseng 2 years ago
parent
commit
7edd3e4f6f
No known key found for this signature in database GPG Key ID: 5A9D3063305E6427
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/replay_test.go

+ 1
- 1
internal/consensus/replay_test.go View File

@ -1307,7 +1307,7 @@ func TestReplayUpdateAppVerion(t *testing.T) {
testGenesusAppVer := kvstore.ProtocolVersion + 1
state.Version.Consensus.App = testGenesusAppVer
state.ConsensusParams.Version.AppVersion = testGenesusAppVer
stateStore.Save(state)
require.NoError(t, stateStore.Save(state))
// the genDoc has the default genesis app version which it's fine because it's be used in the app InitChain request.
genDoc, err := sm.MakeGenesisDocFromFile(cfg.GenesisFile())


Loading…
Cancel
Save