fixup
This commit is contained in:
8
test/alter_proxy_test.exs
Normal file
8
test/alter_proxy_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule AlterProxyTest do
|
||||
use ExUnit.Case
|
||||
doctest AlterProxy
|
||||
|
||||
test "greets the world" do
|
||||
assert AlterProxy.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user