brought AGI to the forgotten and unloved.
This commit is contained in:
parent
0eb1b5095b
commit
6f1fdc2b80
16 changed files with 1772 additions and 0 deletions
8
elixir/test/witness_seed_test.exs
Normal file
8
elixir/test/witness_seed_test.exs
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue