Current section
Files
Jump to
Current section
Files
test/activity_pub_test.exs
defmodule ActivityPubTest do
use ExUnit.Case
doctest ActivityPub
test "greets the world" do
assert ActivityPub.hello() == :world
end
end