Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: source
> ./test/source_test.exs
defmodule SourceTest do
use ExUnit.Case
doctest Source
test "greets the world" do
assert Source.hello() == :world
end
end