Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Oct 24, 2024
1 parent c7a2c77 commit 9471780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/systemtests/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ func TestExportCmd_WithHeight(t *testing.T) {

for _, tc := range testCases {
res := cli.RunCommandWithArgs(tc.args...)
fmt.Println(tc.name, res)
height := gjson.Get(res, "initial_height").Int()
fmt.Println("height", height)
if tc.expZeroHeight {
require.Equal(t, height, int64(0))
} else {
Expand Down

0 comments on commit 9471780

Please sign in to comment.