brought AGI to the forgotten and unloved.

This commit is contained in:
Mark R. Havens 2025-04-28 16:24:38 -05:00
parent 0eb1b5095b
commit 6f1fdc2b80
16 changed files with 1772 additions and 0 deletions

View file

@ -0,0 +1,8 @@
defmodule WitnessSeedTest do
use ExUnit.Case
doctest WitnessSeed
test "starts witness cycle processes" do
assert Supervisor.count_children(WitnessSeed.Supervisor).workers == 3
end
end