Skip to content

Commit

Permalink
Update builder_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
cmwaters and rootulp authored Jul 22, 2024
1 parent a2156ee commit 97c46e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ type block struct {
// padding is modified then we expect this test to fail and need a new valid
// testdata/big_block.json.
//
// https://github.com/celestiaorg/go-square/v2/issues/47
// https://github.com/celestiaorg/go-square/issues/47
func TestBigBlock(t *testing.T) {
bigBlock := block{}
err := json.Unmarshal([]byte(bigBlockJSON), &bigBlock)
Expand Down

0 comments on commit 97c46e2

Please sign in to comment.