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 837309d commit 8c64141Copy full SHA for 8c64141
1 file changed
test/UnitTest/Services/VideoDeviceTest.cs
@@ -46,7 +46,6 @@ public async Task Open_Ok()
46
Assert.Equal(".bb-video", options.VideoSelector);
47
48
await service.Capture();
49
- await service.Flip();
50
var url = await service.GetPreviewUrl();
51
Assert.Equal("blob:https://test-preview", url);
52
}
0 commit comments