Skip to content

Commit

Permalink
fix: 🐛 spelling ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosmid committed Jan 29, 2025
1 parent ce7b3c9 commit 043d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible_web/live/sites_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ defmodule PlausibleWeb.Live.SitesTest do

{:ok, lv, _html} = live(conn, "/sites")

type_into_input(lv, "filter_text", "firs")
type_into_input(lv, "filter_text", "first")
html = render(lv)

assert html =~ "first.example.com"
Expand Down

0 comments on commit 043d4d7

Please sign in to comment.