Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 27, 2024
1 parent f9a7b43 commit 87f9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87f9187

Please sign in to comment.