diff options
Diffstat (limited to 'test/mastodon-notifications-test.el')
-rw-r--r-- | test/mastodon-notifications-test.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/mastodon-notifications-test.el b/test/mastodon-notifications-test.el index 19b591d..7b88de0 100644 --- a/test/mastodon-notifications-test.el +++ b/test/mastodon-notifications-test.el @@ -208,6 +208,8 @@ notification to be tested." (string= " Favourited your status from" (mastodon-notifications--byline-concat "Favourited")) (string= " Boosted your status from" - (mastodon-notifications--byline-concat "Boosted"))))) + (mastodon-notifications--byline-concat "Boosted")) + (string= " Posted a post" + (mastodon-notifications--byline-concat "Posted"))))) |