aboutsummaryrefslogtreecommitdiff
path: root/test/acl_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/acl_test.exs')
-rw-r--r--test/acl_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acl_test.exs b/test/acl_test.exs
index 0f8921f67..99377e4c1 100644
--- a/test/acl_test.exs
+++ b/test/acl_test.exs
@@ -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"], [])