Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Nov 22, 2023
1 parent 25a5455 commit dac1622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chain_iterator/block_batch_iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (s *BlockBatchIteratorTestSuite) TestBlockBatchIteratorConfig() {
return nil
},
StartHeight: big.NewInt(1000), // use very high number
EndHeight: common.Big256,
EndHeight: big.NewInt(1000),
})
s.ErrorContains(err6, "failed to get start header")

Expand Down

0 comments on commit dac1622

Please sign in to comment.