From 3756d369ab7f0104a4da5e359e761c7c51078a05 Mon Sep 17 00:00:00 2001 From: Producer Matt <58014742+ProducerMatt@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:10:33 -0500 Subject: [PATCH] fix: hopefully fix startup order issues --- test/stampede_test.exs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/stampede_test.exs b/test/stampede_test.exs index a19a5c7..c120729 100644 --- a/test/stampede_test.exs +++ b/test/stampede_test.exs @@ -31,6 +31,10 @@ defmodule StampedeTest do bot_is_loud: false } setup_all do + for app <- Application.spec(:stampede, :applications) do + Application.ensure_all_started(app) + end + %{ app_pid: Stampede.Application.start(