aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-05-25 03:14:49 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-05-25 06:12:30 +0000
commit1f3eb0f470c41aa0c9757756e28b8ae9ef1a2366 (patch)
tree9834ba286eb64926c3d9d58b7c7da60490995efd
parentf3a71f2986fc0787c03bec786e772353e99ae9f9 (diff)
downloadpleroma-1f3eb0f470c41aa0c9757756e28b8ae9ef1a2366.tar.gz
testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest)
-rw-r--r--test/web/common_api/common_api_test.exs2
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