diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 17:36:15 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 17:36:15 +0100 |
commit | 3bbddc9dfbbe10d50d5770bf5ad4c55de4b897aa (patch) | |
tree | 1376b797f16352e010153ee3c202b5bb17224fd4 /test/mastodon-notifications-tests.el | |
parent | 0d94aba8baadcfa6337ed6b6a6a54caa3a0540a3 (diff) | |
parent | 01d44daa21cc24e99e61bba36e0dc2a111e46586 (diff) |
Merge branch 'autoload-notifs-get' into develop
Diffstat (limited to 'test/mastodon-notifications-tests.el')
-rw-r--r-- | test/mastodon-notifications-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-notifications-tests.el b/test/mastodon-notifications-tests.el index bc70e49..1275c72 100644 --- a/test/mastodon-notifications-tests.el +++ b/test/mastodon-notifications-tests.el @@ -191,7 +191,7 @@ (mock (mastodon-profile--fetch-server-account-settings) => '(max_toot_chars 1312 privacy "public" display_name "Eugen" discoverable t locked :json-false bot :json-false sensitive :json-false language "")) - (mastodon-notifications--get)))) + (mastodon-notifications-get)))) (defun mastodon-notifications--test-type (fun sample) "Test notification draw functions. |