From 356d69a2cf5a9e5459aef10089af6876628851fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Arteiro?= Date: Fri, 11 Nov 2022 17:22:16 +0000 Subject: [PATCH] fix: Format test file. --- test/app_web/live/app_live_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/app_web/live/app_live_test.exs b/test/app_web/live/app_live_test.exs index d853f060..292bf76a 100644 --- a/test/app_web/live/app_live_test.exs +++ b/test/app_web/live/app_live_test.exs @@ -575,7 +575,6 @@ defmodule AppWeb.AppLiveTest do conn = get(conn, "/login") assert redirected_to(conn, 302) =~ "auth.dwyl.com" - end test "tags_to_string/1" do