Skip to content

Commit

Permalink
Update sync/bundle/message/blocks_response_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre committed May 28, 2023
1 parent ea18ab5 commit 43b18a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/bundle/message/blocks_response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestBlocksResponseMessage(t *testing.T) {
assert.Equal(t, errors.Code(m.SanityCheck()), errors.ErrInvalidRound)
})

t.Run("From height set to zero with a block", func(t *testing.T) {
t.Run("From set to zero with a block", func(t *testing.T) {
b := block.GenerateTestBlock(nil, nil)
m := NewBlocksResponseMessage(ResponseCodeMoreBlocks, sid, 0, []*block.Block{b}, nil)

Expand Down

0 comments on commit 43b18a1

Please sign in to comment.