We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06134b1 commit 196d0b0Copy full SHA for 196d0b0
RoughDraft.tests.ps1
@@ -150,7 +150,7 @@ describe Join-Media {
150
Join-Path "$pwd" "JoinedVideo$(Get-Random).mp4"
151
)
152
$audioTmpPaths = @(
153
- Join-Path "$pwd" "Audio$(Get-Random).mp3"
+ Join-Path "$pwd" "Audio$(Get-Random).wav"
154
Join-Path "$pwd" "Audio$(Get-Random).wav"
155
Join-Path "$pwd" "JoinedAudio$(Get-Random).mp3"
156
0 commit comments