You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tests): remove unneeded fixtures in test files
Removed unneeded fixtures `skip_leadership_schedule` and `skip_hf_command`
from `test_blocks.py` and `test_hardfork.py` respectively. These fixtures
were checking for the availability of certain CLI commands, which are
available in all recent node versions.
This change simplifies the test code and removes unnecessary checks.
0 commit comments