Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
polymetis committed Feb 29, 2024
1 parent 61ead74 commit 644180d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/absinthe/middleware/batch_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ defmodule Absinthe.Middleware.BatchTest do
end)

wait_for_process_to_exit(pid)
end) =~ "fn: {Absinthe.Middleware.BatchTest.TimeoutModule, :arbitrary_fn_name, %{arbitrary: :data}}"
end) =~
"fn: {Absinthe.Middleware.BatchTest.TimeoutModule, :arbitrary_fn_name, %{arbitrary: :data}}"
end

defp wait_for_process_to_exit(pid) do
Expand Down

0 comments on commit 644180d

Please sign in to comment.