Make some tests async
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
defmodule ErrorTracker.ErrorNotifierTest do
|
||||
use ExUnit.Case, async: false
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
import Swoosh.TestAssertions
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
defmodule MusicLibrary.QueryReporterTest do
|
||||
use ExUnit.Case, async: false
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
alias MusicLibrary.QueryReporter
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
defmodule MusicLibraryWeb.Telemetry.StorageTest do
|
||||
use ExUnit.Case, async: false
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
import ExUnit.CaptureLog
|
||||
import Telemetry.Metrics, only: [summary: 2]
|
||||
|
||||
Reference in New Issue
Block a user