Skip to content

Commit f6cbfd4

Browse files
committed
check
1 parent c1a0f75 commit f6cbfd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/systemtests/tx_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func TestQueryBySig(t *testing.T) {
5858
signedTxFile := StoreTempFile(t, []byte(res))
5959

6060
res = cli.Run("tx", "broadcast", signedTxFile.Name())
61+
fmt.Println("resss", res)
6162
RequireTxSuccess(t, res)
6263

6364
sigFormatted := fmt.Sprintf("%s.%s='%s'", sdk.EventTypeTx, sdk.AttributeKeySignature, sig)
@@ -67,6 +68,7 @@ func TestQueryBySig(t *testing.T) {
6768
Page: 0,
6869
Limit: 10,
6970
})
71+
fmt.Println("resppp", resp)
7072
require.NoError(t, err)
7173
require.Len(t, resp.Txs, 1)
7274
require.Len(t, resp.Txs[0].Signatures, 1)

0 commit comments

Comments
 (0)