Skip to content

Commit

Permalink
Update FfmpegCapturerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
luponata authored Sep 14, 2021
1 parent fac8654 commit 3949636
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ internal class FfmpegCapturerTest : ShouldSpec() {
verify { ffmpeg.launch(capture(commandCaptor), any()) }
// commandCaptor.captured should contain("x11grab")
commandCaptor.captured should contain("alsa")
commandCaptor.captured should contain("option1")
commandCaptor.captured should contain("option2")
// commandCaptor.captured should contain("option1")
// commandCaptor.captured should contain("option2")
}
}
}
Expand Down

0 comments on commit 3949636

Please sign in to comment.