Commit e74f20ff authored by Sidney Keese's avatar Sidney Keese
Browse files

change test comment

parent 2b68e43b
......@@ -86,7 +86,7 @@ func TestSectorBuilderLifecycle(t *testing.T) {
require.Equal(t, uint64(1), sealedSector.SectorID)
require.Equal(t, 1, len(sealedSector.Pieces))
// the piece is the size of the sector, so its piece commitment should be the
// sector commitment
// data commitment
require.Equal(t, commP, sealedSector.CommD)
// unseal the sector and retrieve the client's piece, verifying that the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment