Add note about blinky test in farmbot_ext (TODO)

pull/1185/head
Rick Carlino 2020-04-02 15:06:15 -05:00
parent bb7831f1a1
commit faf88bb925
1 changed files with 1 additions and 0 deletions

View File

@ -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