Phoenix.LiveViewTest.assert_reply
You're seeing just the macro
assert_reply
, go back to Phoenix.LiveViewTest module for more information.
Asserts a hook reply was returned from a handle_event
callback.
Examples
assert_reply view, %{result: "ok", transaction_id: _}