Skip to content

Commit

Permalink
chore: text
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 31, 2024
1 parent 3731326 commit 61eb29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func TestApp_TxTooBig(t *testing.T) {
lastTxBlock, err := client.Header(ctx, &lastTxResp.Height)
assert.NoError(t, err)

t.Logf("first tx in block %d, last tx in block %d, took %s",
t.Logf("first tx in block %d, last tx in block %d, time diff %s",
firstTxResp.Height,
lastTxResp.Height,
lastTxBlock.Header.Time.Sub(firstTxBlock.Header.Time).String(),
Expand Down

0 comments on commit 61eb29a

Please sign in to comment.