From 48883f158059ea7794d99085bbc5f10f6bc2c5cd Mon Sep 17 00:00:00 2001 From: Kartik Srivastava Date: Thu, 13 Oct 2022 01:30:33 +0530 Subject: [PATCH] tests: Rename test_muting_topics to test_topic_visibility_policies. As we'll be adding support for more visibility policies for topics, this renamed file will contain the necessary tests. --- .../{test_muting_topics.py => test_topic_visibility_policies.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename zerver/tests/{test_muting_topics.py => test_topic_visibility_policies.py} (100%) diff --git a/zerver/tests/test_muting_topics.py b/zerver/tests/test_topic_visibility_policies.py similarity index 100% rename from zerver/tests/test_muting_topics.py rename to zerver/tests/test_topic_visibility_policies.py