lol-analytics/apps/lol_api/test/lo_lapi_test.exs

9 lines
135 B
Elixir

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