From af72d4943ad942712ec74a387e79fb1d53e6bee8 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sat, 6 Nov 2021 15:06:25 +0100 Subject: update mastodon-notifications--test-byline-concat for post notify --- test/mastodon-notifications-test.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') 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"))))) -- cgit v1.2.3