Files
alter_proxy/test/alter_proxy_test.exs
ydc3148 7811a9ad48 fixup
2026-02-12 12:45:12 +08:00

9 lines
147 B
Elixir

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