Skip to content

Commit

Permalink
fix blocks pool get test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Apr 15, 2024
1 parent ba9aae3 commit af89d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/dataPool/blocksPool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestBlocksPool_GetBlock(t *testing.T) {

ret, err := bp.GetBlock([]byte("hash1"))
require.Nil(t, err)
require.Equal(t, outportBlock, ret)
require.Equal(t, outportBlockBytes, ret)
})
}

Expand Down

0 comments on commit af89d47

Please sign in to comment.