diff --git a/.gitignore b/.gitignore index 788410645..76fe21ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ build/ output/ dist/ -eth2.0-spec-tests/ +consensus-spec-tests/ .pytest_cache .mypy_cache diff --git a/Makefile b/Makefile index d637d26cf..9f32b4568 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TEST_GENERATORS_DIR = ./tests/generators PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec ETH2SPEC_MODULE_DIR = $(PY_SPEC_DIR)/eth2spec TEST_REPORT_DIR = $(PY_SPEC_DIR)/test-reports -TEST_VECTOR_DIR = ../eth2.0-spec-tests/tests +TEST_VECTOR_DIR = ../consensus-spec-tests/tests GENERATOR_DIR = ./tests/generators SOLIDITY_DEPOSIT_CONTRACT_DIR = ./solidity_deposit_contract SOLIDITY_DEPOSIT_CONTRACT_SOURCE = ${SOLIDITY_DEPOSIT_CONTRACT_DIR}/deposit_contract.sol