Skip to content

Commit 8cda819

Browse files
authored
Fix typo in LEGACY_TEST_PATH assignment
1 parent 7c0ae1a commit 8cda819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FILTER=""
1010
IMAGES='{"nethermind":"default","geth":"default","reth":"default","erigon":"default","besu":"default","nimbus":"default","ethrex":"default"}'
1111
EXECUTIONS_FILE="executions.json"
1212
TEST_PATHS_JSON=""
13-
LEGACY_TEST_PATH=eest_tests"
13+
LEGACY_TEST_PATH="eest_tests"
1414
LEGACY_GENESIS_PATH="zkevm_genesis.json"
1515
DEBUG=false
1616
DEBUG_FILE=""

0 commit comments

Comments
 (0)