diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-23 18:16:47 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:35:09 +0300 |
commit | 7dffaef4799b0e867e91e19b76567c0e1a19bb43 (patch) | |
tree | c703bc0316c101f49f4f41aa14b3b656ed6ff896 /test/fixtures/modules | |
parent | 6bf85440b373c9b2fa1e8e7184dcf87518600306 (diff) | |
download | pleroma-7dffaef4799b0e867e91e19b76567c0e1a19bb43.tar.gz pleroma-7dffaef4799b0e867e91e19b76567c0e1a19bb43.zip |
tests consistency
Diffstat (limited to 'test/fixtures/modules')
-rw-r--r-- | test/fixtures/modules/runtime_module.ex | 2 |
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. """ |