From 08499aefdc4da3a5701908852f52582cacd95d2e Mon Sep 17 00:00:00 2001 From: Vitor Cavalcanti <1920397+vrcca@users.noreply.github.com> Date: Mon, 13 May 2024 16:22:38 +0200 Subject: [PATCH] Run tests async --- test/json_path_access_property_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/json_path_access_property_test.exs b/test/json_path_access_property_test.exs index b33c59a..259e752 100644 --- a/test/json_path_access_property_test.exs +++ b/test/json_path_access_property_test.exs @@ -1,5 +1,5 @@ defmodule JsonPathAccessPropertyTest do - use ExUnit.Case + use ExUnit.Case, async: true use ExUnitProperties property "passing a dot selector returns the list of fields" do