tests: add tests for MRF.describe()
This commit is contained in:
parent
f305e97eeb
commit
dd0b71ea6d
2 changed files with 27 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ defmodule MRFModuleMock do
|
|||
def filter(message), do: {:ok, message}
|
||||
|
||||
@impl true
|
||||
def describe(), do: %{"mrf_module_mock" => "some config data"}
|
||||
def describe(), do: {:ok, %{mrf_module_mock: "some config data"}}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue