Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Remove prints from booker_test
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Aug 3, 2023
1 parent 7e637f4 commit c85f2ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/tests/booker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func Test_IssuingTransactionsOutOfOrder(t *testing.T) {

tx2 := lo.PanicOnErr(ts.TransactionFramework.CreateSimpleTransaction("tx2", 1, "tx1:0"))

fmt.Println(">> issue TX2")
ts.IssueBlock("block1", node1, blockfactory.WithPayload(tx2))

ts.AssertTransactionsExist(ts.TransactionFramework.Transactions("tx2"), true, node1)
Expand All @@ -36,7 +35,6 @@ func Test_IssuingTransactionsOutOfOrder(t *testing.T) {
ts.AssertTransactionsInCacheBooked(ts.TransactionFramework.Transactions("tx2"), false, node1)
// make sure that the block is not booked

fmt.Println(">> issue TX1")
ts.IssueBlock("block2", node1, blockfactory.WithPayload(tx1))

ts.AssertTransactionsExist(ts.TransactionFramework.Transactions("tx1", "tx2"), true, node1)
Expand Down

0 comments on commit c85f2ad

Please sign in to comment.