aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-11-06 15:06:25 +0100
committermousebot <mousebot@riseup.net>2021-11-06 15:06:25 +0100
commitaf72d4943ad942712ec74a387e79fb1d53e6bee8 (patch)
treead6d6ddf3d1fb426bf169fead5635fc81093cc93
parent18c146170a21dccd576228b1c6e3bcba9f0d50e9 (diff)
update mastodon-notifications--test-byline-concat for post notify
-rw-r--r--test/mastodon-notifications-test.el4
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")))))