Closed rootulp closed 9 months ago
https://github.com/celestiaorg/rsmt2d/blob/bb5e119c2e8571fc8eb7aff3b6bca4915ffb4b18/extendeddatasquare_test.go#L89-L112
This test should be testing the behavior of MarshalJSON but it never invokes MarshalJSON.
MarshalJSON
Update the test to invoke the function MarshalJSON
https://github.com/celestiaorg/rsmt2d/blob/bb5e119c2e8571fc8eb7aff3b6bca4915ffb4b18/extendeddatasquare.go#L22-L32
Context
https://github.com/celestiaorg/rsmt2d/blob/bb5e119c2e8571fc8eb7aff3b6bca4915ffb4b18/extendeddatasquare_test.go#L89-L112
Problem
This test should be testing the behavior of
MarshalJSON
but it never invokesMarshalJSON
.Proposal
Update the test to invoke the function
MarshalJSON
https://github.com/celestiaorg/rsmt2d/blob/bb5e119c2e8571fc8eb7aff3b6bca4915ffb4b18/extendeddatasquare.go#L22-L32