From b99720ec26c79d393ef522d8e712981cc0a86918 Mon Sep 17 00:00:00 2001 From: Dmitrii Shmatko Date: Tue, 14 Sep 2021 17:56:49 +0300 Subject: [PATCH] Renamed test_on_block -> test_terminal_validity to avoid misleading as generator test --- .../fork_choice/{test_on_block.py => test_terminal_validity.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/core/pyspec/eth2spec/test/merge/fork_choice/{test_on_block.py => test_terminal_validity.py} (100%) diff --git a/tests/core/pyspec/eth2spec/test/merge/fork_choice/test_on_block.py b/tests/core/pyspec/eth2spec/test/merge/fork_choice/test_terminal_validity.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/merge/fork_choice/test_on_block.py rename to tests/core/pyspec/eth2spec/test/merge/fork_choice/test_terminal_validity.py