this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix test

garrison 5e0ad5d4 271c9bfc

+4 -2
+4 -2
test/trinity_test.exs
··· 103 103 104 104 pids = 105 105 names 106 - |> Enum.map(&CounterSupervisor.get_children/1) 106 + |> Enum.map(fn name -> 107 + CounterSupervisor.get_children(name) 108 + |> Enum.with_index(1) 109 + end) 107 110 |> Enum.concat() 108 111 109 - pids = [] 110 112 Enum.each(pids, fn {pid, id} -> 111 113 result = Counter.add(pid, 10) 112 114 assert result == (id + 10)