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 efb9008 commit aa9e97e
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 @@ -378,7 +378,7 @@ func TestAttestClient_SignerAndNoSigner(t *testing.T) {
client.Fees.ResetFee(true) // reset fee to minimum

// Do attestations using attest client
for i := 1; i <= iterNum; i++ {
for i := 1; i <= 4; i++ {
// Generate attestation transaction with the unspent vout
oceanCommitment := verifyCommitment(t, sideClientFake)
oceanCommitmentHash := oceanCommitment.GetCommitmentHash()
Expand Down

0 comments on commit aa9e97e

Please sign in to comment.