diff --git a/tests/all_tests_waku.nim b/tests/all_tests_waku.nim index 848cc4fcc4..212001b393 100644 --- a/tests/all_tests_waku.nim +++ b/tests/all_tests_waku.nim @@ -2,7 +2,7 @@ # Waku core test suite import - ./waku_core/test_relay_shard, + ./waku_core/test_namespaced_topics, ./waku_core/test_time, ./waku_core/test_message_digest, ./waku_core/test_peers, diff --git a/tests/waku_core/test_all.nim b/tests/waku_core/test_all.nim index bc2d51ce6b..f7f4fad382 100644 --- a/tests/waku_core/test_all.nim +++ b/tests/waku_core/test_all.nim @@ -2,7 +2,7 @@ import ./test_message_digest, - ./test_relay_shard, + ./test_namespaced_topics, ./test_peers, ./test_published_address, ./test_sharding, diff --git a/tests/waku_core/test_relay_shard.nim b/tests/waku_core/test_namespaced_topics.nim similarity index 100% rename from tests/waku_core/test_relay_shard.nim rename to tests/waku_core/test_namespaced_topics.nim