logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7acf09beb8f19ec75bd291f8e4619339c26f7109
parent 103f3dcb9ed0a12a11e9cc5c574449439fc2cb0e
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Tue, 23 Jun 2020 18:48:12 +0300

more tests

Diffstat:

Rtest/pleroma/web/admin_api/controllers/oauth_app_controller_test.exs -> test/pleroma/web/admin_api/controllers/o_auth_app_controller_test.exs0
Mtest/pleroma/web/pleroma_api/views/scrobble_view_test.exs2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pleroma/web/admin_api/controllers/oauth_app_controller_test.exs b/test/pleroma/web/admin_api/controllers/o_auth_app_controller_test.exs diff --git a/test/pleroma/web/pleroma_api/views/scrobble_view_test.exs b/test/pleroma/web/pleroma_api/views/scrobble_view_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.PleromaAPI.StatusViewTest do +defmodule Pleroma.Web.PleromaAPI.ScrobbleViewTest do use Pleroma.DataCase alias Pleroma.Web.PleromaAPI.ScrobbleView