Make some tests async

This commit is contained in:
Claudio Ortolina
2026-05-22 07:42:54 +01:00
parent c2b8ed2b4a
commit 5601d681e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
defmodule ErrorTracker.ErrorNotifierTest do
use ExUnit.Case, async: false
use ExUnit.Case, async: true
import Swoosh.TestAssertions