Skip to content

Commit f05c607

Browse files
committed
setup bureaucrat
1 parent 9d5291e commit f05c607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/support/conn_case.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ defmodule LightningWeb.ConnCase do
2525

2626
# Import conveniences for testing with connections
2727
import Plug.Conn
28-
import Phoenix.ConnTest
28+
import Phoenix.ConnTest, only: :functions
29+
import Bureaucrat.Helpers
30+
import Bureaucrat.Macros
2931
import LightningWeb.ConnCase
3032
import LightningWeb.ConnHelpers
3133

0 commit comments

Comments
 (0)