mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
test_bugdown: Fix duplicated test name.
This commit is contained in:
@@ -714,7 +714,7 @@ class BugdownTest(ZulipTestCase):
|
|||||||
'<p><span class="user-mention" data-user-email="*" data-user-id="*">@everyone</span> test</p>')
|
'<p><span class="user-mention" data-user-email="*" data-user-id="*">@everyone</span> test</p>')
|
||||||
self.assertTrue(msg.mentions_wildcard)
|
self.assertTrue(msg.mentions_wildcard)
|
||||||
|
|
||||||
def test_mention_everyone(self):
|
def test_mention_everyone_style_normal_user(self):
|
||||||
# type: () -> None
|
# type: () -> None
|
||||||
user_profile = self.example_user('othello')
|
user_profile = self.example_user('othello')
|
||||||
msg = Message(sender=user_profile, sending_client=get_client("test"))
|
msg = Message(sender=user_profile, sending_client=get_client("test"))
|
||||||
|
|||||||
Reference in New Issue
Block a user