Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Dec 13, 2023
1 parent 857a175 commit 503c757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendeddatacrossword_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func createTestEdsWithNMT(t *testing.T, codec Codec, shareSize, namespaceSize in
shares[i] = bytes.Repeat([]byte{byte(shareValue)}, shareSize)
}

eds, err := ComputeExtendedDataSquare(shares, codec, "Testing")
eds, err := ComputeExtendedDataSquare(shares, codec, "testing-tree")
require.NoError(t, err)

return eds
Expand Down

0 comments on commit 503c757

Please sign in to comment.