Fix process naming colision

pull/974/head
Connor Rigby 2019-06-04 12:59:29 -07:00
parent ab9e434da8
commit 686c9be7c9
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ defmodule FarmbotExt.AMQP.AutoSyncChannelTest do
:ok
end)
{:ok, pid} = FarmbotExt.AMQP.AutoSyncChannel.start_link(jwt: jwt)
{:ok, pid} = FarmbotExt.AMQP.AutoSyncChannel.start_link([jwt: jwt], [])
assert_receive :preload_all_called
assert_receive {:maybe_connect_called, "device_15"}