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
# TODO: tests... I'm too lazy for it now and Travis failing build is very annoying! :P
assert true #EOSRPC.hello() == :world
end
end