Skip to content

Commit

Permalink
Update data_availability_header_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Dec 21, 2024
1 parent 415e870 commit 898ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/da/data_availability_header_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func Test_DAHValidateBasic(t *testing.T) {
errStr: "minimum valid DataAvailabilityHeader has at least",
},
{
name: "bash hash",
name: "bad hash",
dah: badHashDah,
expectErr: true,
errStr: "wrong hash",
Expand Down

0 comments on commit 898ce54

Please sign in to comment.