We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5291e commit f05c607Copy full SHA for f05c607
test/support/conn_case.ex
@@ -25,7 +25,9 @@ defmodule LightningWeb.ConnCase do
25
26
# Import conveniences for testing with connections
27
import Plug.Conn
28
- import Phoenix.ConnTest
+ import Phoenix.ConnTest, only: :functions
29
+ import Bureaucrat.Helpers
30
+ import Bureaucrat.Macros
31
import LightningWeb.ConnCase
32
import LightningWeb.ConnHelpers
33
0 commit comments