From f4c98f635b095f6d8b1022956a78ddfc6374bd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 25 Apr 2017 16:31:14 +0200 Subject: [PATCH] Don't check result of jid.start --- 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 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"], [])