Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-sectorbuilder
Commits
e74f20ff
Commit
e74f20ff
authored
Aug 14, 2019
by
Sidney Keese
Browse files
change test comment
parent
2b68e43b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings_test.go
View file @
e74f20ff
...
@@ -86,7 +86,7 @@ func TestSectorBuilderLifecycle(t *testing.T) {
...
@@ -86,7 +86,7 @@ func TestSectorBuilderLifecycle(t *testing.T) {
require
.
Equal
(
t
,
uint64
(
1
),
sealedSector
.
SectorID
)
require
.
Equal
(
t
,
uint64
(
1
),
sealedSector
.
SectorID
)
require
.
Equal
(
t
,
1
,
len
(
sealedSector
.
Pieces
))
require
.
Equal
(
t
,
1
,
len
(
sealedSector
.
Pieces
))
// the piece is the size of the sector, so its piece commitment should be the
// 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
)
require
.
Equal
(
t
,
commP
,
sealedSector
.
CommD
)
// unseal the sector and retrieve the client's piece, verifying that the
// unseal the sector and retrieve the client's piece, verifying that the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment