From f2839dfaf11f4d111d0a0b56c9a9184026289a68 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 29 Apr 2026 22:50:29 +0100 Subject: [PATCH] Test needs to be sync --- test/music_library_web/live_helpers/record_actions_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/music_library_web/live_helpers/record_actions_test.exs b/test/music_library_web/live_helpers/record_actions_test.exs index 64e1ee6d..d24ad8da 100644 --- a/test/music_library_web/live_helpers/record_actions_test.exs +++ b/test/music_library_web/live_helpers/record_actions_test.exs @@ -1,5 +1,5 @@ defmodule MusicLibraryWeb.LiveHelpers.RecordActionsTest do - use MusicLibraryWeb.ConnCase, async: true + use MusicLibraryWeb.ConnCase, async: false use Oban.Testing, repo: MusicLibrary.BackgroundRepo import MusicLibrary.Fixtures.Records