From c06487755b62c2d1ad8832a6ef78c2cf3e320ade Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Thu, 7 Mar 2024 14:56:18 -0800 Subject: [PATCH] Removed commented test code --- test/pinchflat/yt_dlp/backend/media_test.exs | 6 ------ 1 file changed, 6 deletions(-) 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 ->