Skip to content

Commit

Permalink
Merge pull request #1769 from ethereum/hwwhww/move_sanity
Browse files Browse the repository at this point in the history
Move `sanity` dir to under `phase_0`
  • Loading branch information
djrtwo committed Apr 28, 2020
2 parents 9d39c29 + fa66475 commit b5ecc88
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators/sanity/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from gen_from_tests.gen import generate_from_tests

from eth2spec.test.context import PHASE0
from eth2spec.test.sanity import test_blocks, test_slots
from eth2spec.test.phase_0.sanity import test_blocks, test_slots
from eth2spec.config import config_util
from eth2spec.phase0 import spec as spec_phase0
from eth2spec.phase1 import spec as spec_phase1
Expand Down

0 comments on commit b5ecc88

Please sign in to comment.