From c089302881b63883a35929250e210454276da27b Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Tue, 14 Dec 2021 15:40:46 -0500 Subject: [PATCH] TODO --- test/live_beats_web/live/profile_live_test.exs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/live_beats_web/live/profile_live_test.exs b/test/live_beats_web/live/profile_live_test.exs index cca0320..6833ab6 100644 --- a/test/live_beats_web/live/profile_live_test.exs +++ b/test/live_beats_web/live/profile_live_test.exs @@ -67,6 +67,10 @@ defmodule LiveBeatsWeb.ProfileLiveTest do {:ok, refreshed_lv, _} = live(conn, LiveHelpers.profile_path(current_user)) refute render(refreshed_lv) =~ "silence1s" end + + test "invalid uploads" do + # TODO + end end describe "viewing other profiles" do