Browse Source

update test comment

wb/txrset
William Banfield 3 years ago
parent
commit
428efab53f
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      internal/state/execution_test.go

+ 3
- 2
internal/state/execution_test.go View File

@ -822,8 +822,9 @@ func TestPrepareProposalReorderTxs(t *testing.T) {
} }
// TestPrepareProposalReorderTxs tests that CreateBlock produces a block with transactions
// in the order matching the order they are returned from PrepareProposal.
// TestPrepareProposalModifiedTxFalse tests that CreateBlock correctly ignores
// the ResponsePrepareProposal TxRecords if ResponsePrepareProposal does not
// set ModifiedTx to true.
func TestPrepareProposalModifiedTxFalse(t *testing.T) { func TestPrepareProposalModifiedTxFalse(t *testing.T) {
const height = 2 const height = 2
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())


Loading…
Cancel
Save