Removed commented test code

This commit is contained in:
Kieran Eglin 2024-03-07 14:56:18 -08:00
parent a9fa552863
commit c06487755b
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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 ->