Skip to content

Commit d49317e

Browse files
committed
fix: start swarm for engine tests
1 parent 1e22d25 commit d49317e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/engine/test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Application.ensure_all_started(:snowflake)
22
Application.ensure_all_started(:refactorex)
3-
{"", 0} = System.cmd("epmd", ~w(-daemon))
3+
Application.ensure_all_started(:swarm)
44
random_number = :rand.uniform(500)
55

66
with :nonode@nohost <- Node.self() do

0 commit comments

Comments
 (0)