From d5c6c1bbf0271dd9f6b50143bef9a661151b99f1 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 31 Oct 2023 09:52:31 +0700 Subject: [PATCH] Pyspec sim: run test using stable release test vector --- hive_integration/nodocker/pyspec/pyspec_sim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive_integration/nodocker/pyspec/pyspec_sim.nim b/hive_integration/nodocker/pyspec/pyspec_sim.nim index 7a0dcc7a4..ccaaa0201 100644 --- a/hive_integration/nodocker/pyspec/pyspec_sim.nim +++ b/hive_integration/nodocker/pyspec/pyspec_sim.nim @@ -186,7 +186,7 @@ const "nothing skipped", ] - caseFolderCancun = "tests/fixtures/eth_tests/EIPTests/Pyspecs/cancun" + caseFolderCancun = "tests/fixtures/eth_tests/BlockchainTests/Pyspecs" caseFolderShanghai = baseFolder & "/testcases" proc collectTestVectors(): seq[string] =