From: William Pitcock Date: Fri, 25 May 2018 03:14:49 +0000 (+0000) Subject: testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest) X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=1f3eb0f470c41aa0c9757756e28b8ae9ef1a2366;p=akkoma testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest) --- diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs index b597e6e0a..a5da271b3 100644 --- a/test/web/common_api/common_api_test.exs +++ b/test/web/common_api/common_api_test.exs @@ -1,4 +1,4 @@ -defmodule Pleroma.Web.CommonAPI.UtilsTest do +defmodule Pleroma.Web.CommonAPI.Test do use Pleroma.DataCase alias Pleroma.Web.CommonAPI