diff --git a/test/absinthe/middleware/batch_test.exs b/test/absinthe/middleware/batch_test.exs index 8513c059..d196bdb4 100644 --- a/test/absinthe/middleware/batch_test.exs +++ b/test/absinthe/middleware/batch_test.exs @@ -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