chore: make more tests synchronous.

This commit is contained in:
James Harton 2023-11-23 15:11:30 +13:00
parent b269855cb0
commit cc82bfb9d6
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
defmodule Wayfarer.Server.PlugTest do
@moduledoc false
use ExUnit.Case, async: true
use ExUnit.Case, async: false
use Mimic
use Plug.Test
use Support.PortTracker

View file

@ -1,6 +1,6 @@
defmodule Wayfarer.Target.SelectorTest do
@moduledoc false
use ExUnit.Case, async: true
use ExUnit.Case, async: false
use Plug.Test
use Mimic
use Support.PortTracker