8 lines
147 B
Elixir
8 lines
147 B
Elixir
defmodule EvpnRouterTest do
|
|
use ExUnit.Case
|
|
doctest EvpnRouter
|
|
|
|
test "greets the world" do
|
|
assert EvpnRouter.hello() == :world
|
|
end
|
|
end
|