diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 | 
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 | 
| commit | 0e1c481a94392b69833fbe6afc184ebbd90e1330 (patch) | |
| tree | 20fcbee2c84e0959efe214c7e7b20790bf1c53dc /test/support | |
| parent | 33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (diff) | |
| download | pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.tar.gz pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.zip  | |
[#1149] Added more oban workers. Refactoring.
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/oban_helpers.ex | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/oban_helpers.ex b/test/support/oban_helpers.ex index ecc03ba1a..d379c9ec7 100644 --- a/test/support/oban_helpers.ex +++ b/test/support/oban_helpers.ex @@ -2,7 +2,7 @@  # Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>  # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.ObanHelpers do +defmodule Pleroma.Tests.ObanHelpers do    @moduledoc """    Oban test helpers.    """  | 
