Rewrite LV tests using PhoenixTest

This commit is contained in:
Claudio Ortolina
2025-01-04 15:43:30 +00:00
parent d872fc9320
commit 04f5c6e5a1
9 changed files with 240 additions and 257 deletions
+1
View File
@@ -28,6 +28,7 @@ defmodule MusicLibraryWeb.ConnCase do
import Plug.Conn
import Phoenix.ConnTest
import MusicLibraryWeb.ConnCase
import PhoenixTest
end
end