Current section

Files

Jump to
binancex test binancex_test.exs
Raw

test/binancex_test.exs

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