We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce2c76 commit d2eb54eCopy full SHA for d2eb54e
test/ranger_web/live/counter_live_test.exs
@@ -41,7 +41,7 @@ defmodule RangerWeb.CounterLiveTest do
41
42
@tag :mine
43
test "user can decreease count", %{conn: conn} do
44
- {:ok, view, html} = live(conn, ~p"/counter")
+ {:ok, view, _html} = live(conn, ~p"/counter")
45
46
view
47
|> element("#decrement")
0 commit comments