aboutsummaryrefslogtreecommitdiff
path: root/test
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 03:18:34 +0000
commit8d2ee70da18bf057041260ca311127daae9a6f09 (patch)
tree9834ba286eb64926c3d9d58b7c7da60490995efd /test
parentf3a71f2986fc0787c03bec786e772353e99ae9f9 (diff)
downloadpleroma-8d2ee70da18bf057041260ca311127daae9a6f09.tar.gz
testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest)
Diffstat (limited to 'test')
-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