mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This commit adds a new test to check how the visibility policy updates when moving messages to a topic that didn't exist previously. This test also helps us adding coverage for the code which just skips setting visibility_policy if there is no need to update the value because both previous and new value of visibility policy is INHERIT. The "actions/message_edit.py" file has 100% coverage now and thus is removed from "not_yet_fully_covered" list.