We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089f2b5 commit e4ff372Copy full SHA for e4ff372
reference-tests/src/test/java/net/consensys/linea/BlockchainReferenceTestTools.java
@@ -70,7 +70,7 @@ public class BlockchainReferenceTestTools {
70
// Keep the forkName and the zkevm_fork in github worklow in PascalCase
71
private static final Fork fork = getForkOrDefault(LONDON);
72
private static final ReferenceTestProtocolSchedules REFERENCE_TEST_PROTOCOL_SCHEDULES =
73
- ReferenceTestProtocolSchedules.create();
+ ReferenceTestProtocolSchedules.getInstance();
74
75
private static final List<String> NETWORKS_TO_RUN = List.of(toPascalCase(fork));
76
0 commit comments