Skip to content

Commit

Permalink
Fix race
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 6, 2022
1 parent 6508ae4 commit 700e500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Phoenix.Integration.CodeGeneration.AppWithNoOptionsTest do
end

test "development workflow works as expected" do
with_installer_tmp("development_workflow", fn tmp_dir ->
with_installer_tmp("development_workflow", [autoremove?: false], fn tmp_dir ->
{app_root_path, _} =
generate_phoenix_app(tmp_dir, "phx_blog", [
"--no-assets",
Expand Down

0 comments on commit 700e500

Please # to comment.