Current section

Files

Jump to
eosrpc test eosrpc_test.exs
Raw

test/eosrpc_test.exs

defmodule EOSRPCTest do
use ExUnit.Case
doctest EOSRPC
test "greets the world" do
assert EOSRPC.hello() == :world
end
end