improve tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-15 21:40:57 -04:00
parent 04ebe59afe
commit c1a0b4017f
9 changed files with 44 additions and 42 deletions

View File

@ -22,7 +22,6 @@ defmodule MemexWeb.InviteLiveTest do
test "lists all invites", %{conn: conn, invite: invite} do
{:ok, _index_live, html} = live(conn, ~p"/invites")
assert html =~ "invites"
assert html =~ invite.name
end