stringprep might already be started

Depending on the way the test us ran
(full test suite or the elixir quicktest one)
the stringprep might already be loaded.
This commit is contained in:
Pablo Polvorin 2016-07-22 19:15:56 -03:00
parent 12b58b9870
commit 57aeef74d5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ defmodule ACLTest do
setup_all do
:ok = :mnesia.start
:ok = :jid.start
:ok = :stringprep.start
:stringprep.start
:ok = :ejabberd_config.start(["domain1", "domain2"], [])
:ok = :acl.start
end