Run query reporter tests with async false
Avoid getting spurious failures due to interference by other tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
defmodule MusicLibrary.QueryReporterTest do
|
||||
use ExUnit.Case, async: true
|
||||
use ExUnit.Case, async: false
|
||||
|
||||
alias MusicLibrary.QueryReporter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user