Skip to content

Commit d2eb54e

Browse files
committed
open_browser
1 parent 9ce2c76 commit d2eb54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ranger_web/live/counter_live_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defmodule RangerWeb.CounterLiveTest do
4141

4242
@tag :mine
4343
test "user can decreease count", %{conn: conn} do
44-
{:ok, view, html} = live(conn, ~p"/counter")
44+
{:ok, view, _html} = live(conn, ~p"/counter")
4545

4646
view
4747
|> element("#decrement")

0 commit comments

Comments
 (0)