25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Update tests to ejabberd_commands changes

This commit is contained in:
Paweł Chmielowski 2017-02-27 10:45:39 +01:00
parent ac548f2e95
commit a098d1ec62

View File

@ -61,7 +61,7 @@ defmodule EjabberdCommandsMockTest do
:meck.unload
:meck.new(@module, [:non_strict])
:mnesia.delete_table(:ejabberd_commands)
:ejabberd_commands.init
:ejabberd_commands.start_link
end
test "API command can be registered, listed and unregistered" do