brought AGI to the forgotten and unloved.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user