Skip to content

Commit

Permalink
core: fix TestIsDataAvailable
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Mar 22, 2024
1 parent 6bd6238 commit 73118c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data_availability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestIsDataAvailable(t *testing.T) {
}, nil),
chasingHead: params.MinBlocksForBlobRequests + 1,
withSidecar: false,
err: false,
err: true,
},
}

Expand Down

0 comments on commit 73118c0

Please sign in to comment.