Add PhoenixTest case

This commit is contained in:
2024-11-03 13:44:51 +01:00
parent a9e2ca5cf6
commit fcc9058654
5 changed files with 19 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ defmodule MihainatorWeb.ConnCase do
import Plug.Conn
import Phoenix.ConnTest
import MihainatorWeb.ConnCase
import PhoenixTest
end
end