summaryrefslogtreecommitdiff
path: root/test/acl_test.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-04-25 16:31:14 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-04-25 16:46:00 +0200
commitf4c98f635b095f6d8b1022956a78ddfc6374bd03 (patch)
tree29d503783928a221678db2642198abcd76d91ba8 /test/acl_test.exs
parentMake sure only jabber:x:event tag is present in offline event (diff)
Don't check result of jid.start
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 0f8921f6..99377e4c 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"], [])