summaryrefslogtreecommitdiff
path: root/test/fixtures/modules/runtime_module.ex
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-13 09:54:29 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-13 09:54:29 -0500
commit409f694e4f90d34285b43c7e7afc594bc386d893 (patch)
tree70d3283bcc7e565ba37b253c7cd7dbb94b9d9aa3 /test/fixtures/modules/runtime_module.ex
parent9968b7efedc64d0239db5578de7fc66ff4ce894d (diff)
parent8b6221d4ecd1d7e354e7de831dd46e285cb85077 (diff)
downloadpleroma-409f694e4f90d34285b43c7e7afc594bc386d893.tar.gz
pleroma-409f694e4f90d34285b43c7e7afc594bc386d893.zip
Merge branch 'develop' into refactor/locked_user_field
Diffstat (limited to 'test/fixtures/modules/runtime_module.ex')
-rw-r--r--test/fixtures/modules/runtime_module.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/modules/runtime_module.ex b/test/fixtures/modules/runtime_module.ex
index f11032b57..e348c499e 100644
--- a/test/fixtures/modules/runtime_module.ex
+++ b/test/fixtures/modules/runtime_module.ex
@@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
-defmodule RuntimeModule do
+defmodule Fixtures.Modules.RuntimeModule do
@moduledoc """
This is a dummy module to test custom runtime modules.
"""