mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Update tests to ejabberd_commands changes
This commit is contained in:
parent
ac548f2e95
commit
a098d1ec62
@ -61,7 +61,7 @@ defmodule EjabberdCommandsMockTest do
|
|||||||
:meck.unload
|
:meck.unload
|
||||||
:meck.new(@module, [:non_strict])
|
:meck.new(@module, [:non_strict])
|
||||||
:mnesia.delete_table(:ejabberd_commands)
|
:mnesia.delete_table(:ejabberd_commands)
|
||||||
:ejabberd_commands.init
|
:ejabberd_commands.start_link
|
||||||
end
|
end
|
||||||
|
|
||||||
test "API command can be registered, listed and unregistered" do
|
test "API command can be registered, listed and unregistered" do
|
||||||
|
Loading…
Reference in New Issue
Block a user