diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-05-25 03:14:49 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-25 06:12:30 +0000 |
commit | 1f3eb0f470c41aa0c9757756e28b8ae9ef1a2366 (patch) | |
tree | 9834ba286eb64926c3d9d58b7c7da60490995efd /test/web/common_api/common_api_test.exs | |
parent | f3a71f2986fc0787c03bec786e772353e99ae9f9 (diff) | |
download | pleroma-1f3eb0f470c41aa0c9757756e28b8ae9ef1a2366.tar.gz |
testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest)
Diffstat (limited to 'test/web/common_api/common_api_test.exs')
-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 |