Skip to content

Commit

Permalink
debug: iter
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jan 16, 2024
1 parent 539a166 commit ad18823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/attestclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func TestAttestClient_Signer(t *testing.T) {
client.Fees.BumpFee()

// test signing and sending attestation
assert.Equal(t, "iterNo", iterNum)
assert.Equal(t, 0, iterNum)
signedTx, signErr := client.signAttestation(tx, [][]crypto.Sig{}, lastHash)
assert.Equal(t, nil, signErr)
txid, sendErr := client.sendAttestation(signedTx)
Expand Down

0 comments on commit ad18823

Please sign in to comment.