From e353ac78f35af694729e945bce483fb6d559dc77 Mon Sep 17 00:00:00 2001 From: Nathan Haim Date: Tue, 2 Jul 2024 17:08:37 +0200 Subject: [PATCH] delete old comment --- app/test/export_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test/export_test.go b/app/test/export_test.go index 37104d0df1..df33b9663a 100644 --- a/app/test/export_test.go +++ b/app/test/export_test.go @@ -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) }) }