Skip to content

Commit 196d0b0

Browse files
author
James Brundage
committed
test: Updating Join-Media audio test
1 parent 06134b1 commit 196d0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoughDraft.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe Join-Media {
150150
Join-Path "$pwd" "JoinedVideo$(Get-Random).mp4"
151151
)
152152
$audioTmpPaths = @(
153-
Join-Path "$pwd" "Audio$(Get-Random).mp3"
153+
Join-Path "$pwd" "Audio$(Get-Random).wav"
154154
Join-Path "$pwd" "Audio$(Get-Random).wav"
155155
Join-Path "$pwd" "JoinedAudio$(Get-Random).mp3"
156156
)

0 commit comments

Comments
 (0)