Skip to content

Commit ea2c6f0

Browse files
SteffenDEGazler
authored andcommitted
fix test on latest elixir
1 parent e73735c commit ea2c6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phoenix_live_view/integrations/live_view_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ defmodule Phoenix.LiveView.LiveViewTest do
134134

135135
test "live render with socket.assigns", %{conn: conn} do
136136
assert_raise KeyError,
137-
~r/key :boom not found in: #Phoenix.LiveView.Socket.AssignsNotInSocket<>/,
137+
~r/key :boom not found in:\s+#Phoenix.LiveView.Socket.AssignsNotInSocket<>/,
138138
fn ->
139139
live(conn, "/assigns-not-in-socket")
140140
end

0 commit comments

Comments
 (0)