arke icon indicating copy to clipboard operation
arke copied to clipboard

[Bug] - Test coverage differs between local and actions

Open ilyichv opened this issue 1 year ago • 0 comments

Describe the bug Test coverage differs between local and actions due to an error raised by the GenServer.

 {:noproc,
  {GenServer, :call,
   [
     {:via, Registry, {:group_registry, {:group_test, :test_schema}}},
     {:add_link, :arke_list, :test_arke_group, %{project: :test_schema}},
     5000
   ]}}}

ilyichv avatar Jun 29 '23 08:06 ilyichv