X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fmarker_test.exs;h=c80ae16b60c9a6ee55c4b46f524d8623e2097398;hb=11433cd38d9761ddf3fdb94f8c39526910b975c1;hp=1900ed08bfcf6cd473b9ce252e52fccb87d8bd63;hpb=d3fb9e02cc0ce7dc462e587e639e117aaef5fbc5;p=akkoma diff --git a/test/marker_test.exs b/test/marker_test.exs index 1900ed08b..c80ae16b6 100644 --- a/test/marker_test.exs +++ b/test/marker_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.MarkerTest do @@ -8,21 +8,6 @@ defmodule Pleroma.MarkerTest do import Pleroma.Factory - describe "multi_set_unread_count/3" do - test "returns multi" do - user = insert(:user) - - assert %Ecto.Multi{ - operations: [marker: {:run, _}, counters: {:run, _}] - } = - Marker.multi_set_unread_count( - Ecto.Multi.new(), - user, - "notifications" - ) - end - end - describe "get_markers/2" do test "returns user markers" do user = insert(:user)