This commit is contained in:
ydc3148
2026-02-12 12:45:12 +08:00
parent 483675a82f
commit 7811a9ad48
7 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
defmodule AlterProxyTest do
use ExUnit.Case
doctest AlterProxy
test "greets the world" do
assert AlterProxy.hello() == :world
end
end