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
Danyylka authored Dec 20, 2024
1 parent 67c3e87 commit a1621db
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 a1621db

Please sign in to comment.