Skip to content

Commit

Permalink
fix: hopefully fix startup order issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Aug 28, 2024
1 parent ff5a63d commit 3756d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/stampede_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3756d36

Please sign in to comment.