24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Don't check result of jid.start

This commit is contained in:
Paweł Chmielowski 2017-04-25 16:31:14 +02:00
parent 069bf6dec6
commit f4c98f635b

View File

@ -26,7 +26,7 @@ defmodule ACLTest do
setup_all do
:ok = :mnesia.start
:ejabberd_mnesia.start
{:ok, _} = :jid.start
:jid.start
:ejabberd_hooks.start_link
:stringprep.start
:ok = :ejabberd_config.start(["domain1", "domain2"], [])