Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 11, 2024
1 parent 1ba39f2 commit da48c19
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 515 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected void validate() {
@Override
protected Boolean isBlinded() {
// in ePBS always build non-blinded blocks, since the "blinded" concept has been dropped
// this is adapted only for testing purposes
// this method is adapted only for testing purposes
return schema == null && blindedSchema != null;
}

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit da48c19

Please sign in to comment.