Skip to content

Commit

Permalink
#1833 add storage
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 19, 2024
1 parent 19a1681 commit 33a579f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public async Task DownloadFfMpeg_PrepareBeforeRunningFail()
new FfMpegPrepareBeforeRunning(new FakeSelectorStorage(storage),
new FakeIMacCodeSign(),
new FfMpegChmod(new FakeSelectorStorage(storage), logger), appSettings,
logger), new FakeIFfMpegPreflightRunCheck());
logger), new FakeIFfMpegPreflightRunCheck(storage, appSettings));

var resultPrepFail = await ffmpegDownload.DownloadFfMpeg();

Expand Down

0 comments on commit 33a579f

Please sign in to comment.