diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 10:30:31 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 10:30:31 +0200 |
commit | 103b2d5d9bbc969bb2eb48f3238ef764858248b8 (patch) | |
tree | 5568eaa52751d50befc08c956dfd8f13e1f86be6 /test | |
parent | 172f663ed32f2f0b175c98788cf0e3097c17161a (diff) |
masto notifs tests filename correct
Diffstat (limited to 'test')
-rw-r--r-- | test/mastodon-notifications-tests.el (renamed from test/mastodon-notifications-test.el) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-notifications-test.el b/test/mastodon-notifications-tests.el index 4804e10..f5cc4c5 100644 --- a/test/mastodon-notifications-test.el +++ b/test/mastodon-notifications-tests.el @@ -1,4 +1,4 @@ -;;; mastodon-notifications-test.el --- Tests for mastodon-notifications.el -*- lexical-binding: nil -*- +;;; mastodon-notifications-tests.el --- Tests for mastodon-notifications.el -*- lexical-binding: nil -*- (require 'cl-lib) (require 'cl-macs) |