forked from mirrors/bookwyrm
Tests terminal space in mentions string
This commit is contained in:
parent
2411b4fe79
commit
9f2ca73a58
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class TemplateTags(TestCase):
|
|||
status = models.Status.objects.create(
|
||||
content='hi', user=self.remote_user)
|
||||
result = bookwyrm_tags.get_mentions(status, self.user)
|
||||
self.assertEqual(result, '@rat@example.com')
|
||||
self.assertEqual(result, '@rat@example.com ')
|
||||
|
||||
|
||||
def test_get_status_preview_name(self):
|
||||
|
|
Loading…
Reference in a new issue