Skip to content

Commit e4ff372

Browse files
committed
fix: ReferenceTestProtocolSchedules method used in BlockchainReferenceTestTools
1 parent 089f2b5 commit e4ff372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-tests/src/test/java/net/consensys/linea/BlockchainReferenceTestTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class BlockchainReferenceTestTools {
7070
// Keep the forkName and the zkevm_fork in github worklow in PascalCase
7171
private static final Fork fork = getForkOrDefault(LONDON);
7272
private static final ReferenceTestProtocolSchedules REFERENCE_TEST_PROTOCOL_SCHEDULES =
73-
ReferenceTestProtocolSchedules.create();
73+
ReferenceTestProtocolSchedules.getInstance();
7474

7575
private static final List<String> NETWORKS_TO_RUN = List.of(toPascalCase(fork));
7676

0 commit comments

Comments
 (0)