tres/examples/evpn_router/test/evpn_router_test.exs
2018-10-13 23:59:00 +09:00

8 lines
147 B
Elixir

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