Removed commented test code
This commit is contained in:
parent
a9fa552863
commit
c06487755b
1 changed files with 0 additions and 6 deletions
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue