From d0c97efe3b73d89b4089fd937557f2a1c18b3cbd Mon Sep 17 00:00:00 2001 From: parroty Date: Sun, 14 Jan 2018 20:45:40 +0900 Subject: [PATCH] Add async false --- test/exprof_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exprof_test.exs b/test/exprof_test.exs index d863fb6..e5307d4 100644 --- a/test/exprof_test.exs +++ b/test/exprof_test.exs @@ -1,5 +1,5 @@ defmodule ExprofTest do - use ExUnit.Case, async: true + use ExUnit.Case, async: false import ExUnit.CaptureIO test "sample runner" do