We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954d267 commit 1628e9aCopy full SHA for 1628e9a
test/phoenix_live_view/integrations/live_view_test.exs
@@ -134,7 +134,7 @@ defmodule Phoenix.LiveView.LiveViewTest do
134
135
test "live render with socket.assigns", %{conn: conn} do
136
assert_raise KeyError,
137
- ~r/key :boom not found in: #Phoenix.LiveView.Socket.AssignsNotInSocket<>/,
+ ~r/key :boom not found in:\s+#Phoenix.LiveView.Socket.AssignsNotInSocket<>/,
138
fn ->
139
live(conn, "/assigns-not-in-socket")
140
end
0 commit comments