diff options
| author | Alex Gleason <alex@alexgleason.me> | 2020-10-13 19:26:04 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2020-10-13 19:26:04 -0500 |
| commit | 755f58168bb2b6b979c6f5d36f7eff56d2305911 (patch) | |
| tree | 52aa7cd750bb201e73adac56a6b67720aaa188e6 /test/fixtures/modules/runtime_module.ex | |
| parent | 9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8 (diff) | |
| parent | 481906207e6d803e5c4d3e455c7b93119e392177 (diff) | |
| download | pleroma-755f58168bb2b6b979c6f5d36f7eff56d2305911.tar.gz pleroma-755f58168bb2b6b979c6f5d36f7eff56d2305911.zip | |
Merge remote-tracking branch 'upstream/develop' into restrict-domain
Diffstat (limited to 'test/fixtures/modules/runtime_module.ex')
| -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. """ |
