diff --git a/test/pinchflat/yt_dlp/backend/media_test.exs b/test/pinchflat/yt_dlp/backend/media_test.exs index 3541166..afe0b30 100644 --- a/test/pinchflat/yt_dlp/backend/media_test.exs +++ b/test/pinchflat/yt_dlp/backend/media_test.exs @@ -8,12 +8,6 @@ defmodule Pinchflat.YtDlp.Backend.MediaTest do setup :verify_on_exit! - # expect(YtDlpRunnerMock, :run, fn _url, [_, _, json_output_path | _] -> - # copy_metadata(json_output_path) - - # {:ok, ""} - # end) - describe "download/2" do test "it calls the backend runner with the expected arguments" do expect(YtDlpRunnerMock, :run, fn @media_url, opts, ot ->