diff --git a/farmbot_ext/test/farmbot_ext/amqp/auto_sync_channel_test.exs b/farmbot_ext/test/farmbot_ext/amqp/auto_sync_channel_test.exs index 9edcb60e..bd96a596 100644 --- a/farmbot_ext/test/farmbot_ext/amqp/auto_sync_channel_test.exs +++ b/farmbot_ext/test/farmbot_ext/amqp/auto_sync_channel_test.exs @@ -78,6 +78,7 @@ defmodule AutoSyncChannelTest do # Helpers.expect_log("Failed to connect to AutoSync channel: :whatever") # Helpers.expect_log("Disconnected from AutoSync channel: :normal") pid = generate_pid() + IO.puts(" = = = ==RICK: This test blinks and you should fix it.") assert %{chan: nil, conn: nil, preloaded: true} == AutoSyncChannel.network_status(pid) GenServer.stop(pid, :normal) end