From 2da331a34528566a042287f69b9f0722df5ee913 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 15 Jul 2020 19:01:20 +0800 Subject: [PATCH] Rename `test_on_shard_head.py` to `test_on_shard_block.py` --- .../fork_choice/{test_on_shard_head.py => test_on_shard_block.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/core/pyspec/eth2spec/test/fork_choice/{test_on_shard_head.py => test_on_shard_block.py} (100%) diff --git a/tests/core/pyspec/eth2spec/test/fork_choice/test_on_shard_head.py b/tests/core/pyspec/eth2spec/test/fork_choice/test_on_shard_block.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/fork_choice/test_on_shard_head.py rename to tests/core/pyspec/eth2spec/test/fork_choice/test_on_shard_block.py