Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Dec 7, 2023
1 parent 08896ee commit 3a2131a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/phoenix_live_view/test/live_view_test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ defmodule Phoenix.LiveViewTest do
@doc """
Asserts a live patch will happen to a given path within `timeout`
milliseconds.
The default `timeout` is [ExUnit](https://hexdocs.pm/ex_unit/ExUnit.html#configure/1)'s
`assert_receive_timeout` (100 ms).
Expand Down Expand Up @@ -1354,6 +1355,7 @@ defmodule Phoenix.LiveViewTest do

@doc """
Asserts a redirect will happen to a given path within `timeout` milliseconds.
The default `timeout` is [ExUnit](https://hexdocs.pm/ex_unit/ExUnit.html#configure/1)'s
`assert_receive_timeout` (100 ms).
Expand Down

0 comments on commit 3a2131a

Please sign in to comment.