Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Jun 14, 2024
1 parent 41f0ead commit 6397f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/sig_general_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ func TestLiteAccountSignatureRequests(t *testing.T) {
sim.StepUntil(
Txn(st[0].TxID).Completes())

// Verify that the signature did not produce any signature requests
r := sim.QuerySignature(st[1].TxID, nil)
for _, r := range r.Produced.Records {
r := sim.QueryMessage(r.Value, nil)
Expand Down

0 comments on commit 6397f76

Please sign in to comment.