fix_flaky_transfer_task_test.exs #237

Merged
floatingghost merged 2 commits from ilja/akkoma:fix_flaky_transfer_task_test.exs into develop 2022-11-01 14:31:29 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 85b29a7ed2 - Show all commits

View File

@ -13,7 +13,8 @@ defmodule Restarter.MixProject do
def application do
[
mod: {Restarter, []}
mod: {Restarter, []},
extra_applications: [:logger]
]
end