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