Don't check result of jid.start

This commit is contained in:
Paweł Chmielowski 2017-04-26 09:50:49 +02:00
parent c0eb85ce53
commit 2988d84cfb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ defmodule EjabberdCyrsaslTest do
:mnesia.start
:ejabberd_mnesia.start
:ok = start_module(:stringprep)
{:ok, _} = start_module(:jid)
start_module(:jid)
:ok = :ejabberd_config.start(["domain1"], [])
{:ok, _} = :cyrsasl.start_link
cyrstate = :cyrsasl.server_new("domain1", "domain1", "domain1", :ok, &get_password/1,