proxMon/agent/test/proxmox_agent_test.exs

8 lines
153 B
Elixir

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