Skip to content

Commit

Permalink
edits a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 9, 2023
1 parent f522b3f commit 9ee34c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/block_production_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (s *BlockProductionTestSuite) Test_BlockOneTransactionNonInclusion() {
// Test_FirstBlockIsEmpty tests whether the first block is empty.
func (s *BlockProductionTestSuite) Test_FirstBlockIsEmpty() {
require := s.Require()
// wait until the node is at height 1
// wait until the node starts height 1
time.Sleep(1 * s.timeoutCommit)

// send some transactions, these should be included in the second block
Expand Down

0 comments on commit 9ee34c8

Please sign in to comment.