Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Dec 2, 2023
1 parent 0113b90 commit 4b26aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ipldv2/ipldv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestSampleRoundtripGetBlock(t *testing.T) {
width := int(sqr.Width())
for _, axisType := range axisTypes {
for i := 0; i < width*width; i++ {
smpl, err := NewSampleFromEDS(axisType, i, sqr, 16)
smpl, err := NewSampleFromEDS(axisType, i, sqr, 1)
require.NoError(t, err)

cid, err := smpl.SampleID.Cid()
Expand Down

0 comments on commit 4b26aef

Please sign in to comment.