p2pchat/test/p2p_chat_test.exs
2026-05-19 19:38:40 +02:00

8 lines
138 B
Elixir

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