From 57aeef74d5f572438d60a0c8e7a4f9c9933d3852 Mon Sep 17 00:00:00 2001 From: Pablo Polvorin Date: Fri, 22 Jul 2016 19:15:56 -0300 Subject: [PATCH] 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. --- test/acl_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acl_test.exs b/test/acl_test.exs index c5482727f..4bd8e6989 100644 --- a/test/acl_test.exs +++ b/test/acl_test.exs @@ -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