testsuite: fix module name for CommonAPI.Test (was duplicated with CommonAPI.UtilsTest)

This commit is contained in:
William Pitcock 2018-05-25 03:14:49 +00:00
parent 47dc52a758
commit 5f06a1a3c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
defmodule Pleroma.Web.CommonAPI.UtilsTest do
defmodule Pleroma.Web.CommonAPI.Test do
use Pleroma.DataCase
alias Pleroma.Web.CommonAPI