diff options
author | lain <lain@soykaf.club> | 2020-06-29 17:52:56 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-29 17:52:56 +0200 |
commit | c01f4ca07f3a3e47fb6532c55128c427fbc1f77e (patch) | |
tree | 63b450a5ad1752bc3ece96824d8a485baaec4073 | |
parent | 90083a754dc0bfe0c8a04fbaa3e78f68a848035e (diff) | |
download | pleroma-c01f4ca07f3a3e47fb6532c55128c427fbc1f77e.tar.gz pleroma-c01f4ca07f3a3e47fb6532c55128c427fbc1f77e.zip |
Notification: Remove TODO.
-rw-r--r-- | test/notification_test.exs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/notification_test.exs b/test/notification_test.exs index 5389dabca..6add3f7eb 100644 --- a/test/notification_test.exs +++ b/test/notification_test.exs @@ -21,8 +21,6 @@ defmodule Pleroma.NotificationTest do alias Pleroma.Web.Push alias Pleroma.Web.Streamer - # TODO: Test there's no nil notifications - describe "create_notifications" do test "never returns nil" do user = insert(:user) |