diff options
Diffstat (limited to 'test/mastodon-toot-tests.el')
-rw-r--r-- | test/mastodon-toot-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el index 3e25536..0734723 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -20,7 +20,7 @@ (ert-deftest toot-multi-mentions () (let ((mastodon-auth--acct-alist '(("https://local.social". "null"))) - (mastodon-instance-url "https://local.social")) + (mastodon-instance-url "https://local.social")) (should (string= (mastodon-toot--mentions mastodon-toot-multi-mention) "@local@local.social @federated@federated.social @federated@federated.cafe ")))) @@ -36,7 +36,7 @@ (ert-deftest toot-no-mention () (let ((mastodon-auth--acct-alist '(("https://local.social". "null"))) - (mastodon-instance-url "https://local.social")) + (mastodon-instance-url "https://local.social")) (should (string= (mastodon-toot--mentions mastodon-toot-no-mention) "")))) (ert-deftest cancel () |