Skip to content

Commit 1ef9605

Browse files
committed
spotless
1 parent 86ed9ff commit 1ef9605

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,10 @@ public class BlockchainReferenceTestTools {
708708
// massive mbs
709709
PARAMS.ignore(
710710
"modexpFiller.json::modexp\\[fork_.*-blockchain_test_from_state_test-d2-g[0-3]\\]");
711-
PARAMS.ignore(
712-
"test_modexp.py::test_modexp\\[fork_.*-blockchain_test_from_state_test-EIP-198-case3-raw-input-out-of-gas\\]");
713-
PARAMS.ignore("modexp_modsize0_returndatasizeFiller\\.json::modexp_modsize0_returndatasize\\[fork_.*-blockchain_test_from_state_test-d4\\]");
711+
PARAMS.ignore(
712+
"test_modexp.py::test_modexp\\[fork_.*-blockchain_test_from_state_test-EIP-198-case3-raw-input-out-of-gas\\]");
713+
PARAMS.ignore(
714+
"modexp_modsize0_returndatasizeFiller\\.json::modexp_modsize0_returndatasize\\[fork_.*-blockchain_test_from_state_test-d4\\]");
714715

715716
// massive bbs
716717
PARAMS.ignore(
@@ -728,7 +729,7 @@ public class BlockchainReferenceTestTools {
728729
PARAMS.ignore(
729730
"modexpFiller.json::modexp\\[fork_.*-blockchain_test_from_state_test-d37-g[0-3]\\]");
730731
PARAMS.ignore(
731-
"randomStatetest650Filler.json::randomStatetest650\\[fork_.*-blockchain_test_from_state_test-\\]");
732+
"randomStatetest650Filler.json::randomStatetest650\\[fork_.*-blockchain_test_from_state_test-\\]");
732733

733734
// byte sizes 512 < xbs ≤ 1024
734735
PARAMS.ignore(

0 commit comments

Comments
 (0)