Skip to content

Commit

Permalink
delete old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
najeal committed Jul 25, 2024
1 parent 7ee7290 commit 66c82ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/test/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ func TestExportAppStateAndValidators(t *testing.T) {
exported, err := testApp.ExportAppStateAndValidators(forZeroHeight, jailAllowedAddrs)
require.NoError(t, err)
assert.NotNil(t, exported)
// TODO: the following assertion is commented out because the exported app does not populate consensus params.version
// assert.Equal(t, uint64(2), exported.ConsensusParams.Version.AppVersion)
assert.Equal(t, uint64(2), exported.ConsensusParams.Version.AppVersion)
})
}

Expand Down

0 comments on commit 66c82ec

Please sign in to comment.