diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-05-25 03:14:49 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-25 05:29:00 +0000 |
commit | 5f06a1a3c51fcc2b3782879ed900e13266bfd18e (patch) | |
tree | f788df8212896c2f7e1636279417531d6f4a2fa9 | |
parent | 47dc52a75882497d00338d07a24ce978cc0f8300 (diff) | |
download | pleroma-5f06a1a3c51fcc2b3782879ed900e13266bfd18e.tar.gz |
testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest)
-rw-r--r-- | test/web/common_api/common_api_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |