From 87f9187f34c7bfe39eeebff5bd2f4ec478434bae Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 28 Nov 2024 00:06:49 +0100 Subject: [PATCH] updates --- tests/systemtests/export_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/systemtests/export_test.go b/tests/systemtests/export_test.go index 935d7d373957..407d44376ed2 100644 --- a/tests/systemtests/export_test.go +++ b/tests/systemtests/export_test.go @@ -72,7 +72,7 @@ func TestExportCmd_WithHeight(t *testing.T) { if tc.expZeroHeight { require.Equal(t, height, int64(0)) } else { - require.Greater(t, height, int64(0), 1234, res, gjson.Get(res, "initial_height")) + require.Greater(t, height, int64(0), fmt.Sprintf("%s %s", res, gjson.Get(res, "initial_height"))) } // Check consensus params of exported state