Skip to content

Commit

Permalink
fix build finally
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 11, 2024
1 parent da48c19 commit a1c6f5d
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class MiscHelpersDenebPropertyTest {
private final SchemaDefinitionsDeneb schemaDefinitionsDeneb =
spec.getGenesisSchemaDefinitions().toVersionDeneb().orElseThrow();
private final MiscHelpersDeneb miscHelpers =
new MiscHelpersDeneb(specConfig, predicates, schemaDefinitionsDeneb);
MiscHelpersDeneb.required(spec.getGenesisSpec().miscHelpers());

@Property(tries = 100)
void fuzzKzgCommitmentToVersionedHash(
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit a1c6f5d

Please sign in to comment.