Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoAdoAdo committed Mar 16, 2022
1 parent b5ee1f2 commit 73a7bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/block/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ func TestHeader_HasScheduledMiniBlocks(t *testing.T) {
h.MiniBlockHeaders = []block.MiniBlockHeader{*mbHeader}
require.False(t, h.HasScheduledMiniBlocks())

// not suppoerted for v1 header, so it should return false
// scheduled miniBlocks not supported for v1 header, so it should return false
_ = mbHeader.SetProcessingType(int32(block.Scheduled))
h.MiniBlockHeaders = []block.MiniBlockHeader{*mbHeader}
require.False(t, h.HasScheduledMiniBlocks())
Expand Down

0 comments on commit 73a7bbc

Please sign in to comment.