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 2, 2024
1 parent 6a99eb9 commit e353ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/test/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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)
})
}
Expand Down

0 comments on commit e353ac7

Please sign in to comment.