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 90a4fa2 commit ecf097dCopy full SHA for ecf097d
packages/camera/camera_web/example/integration_test/camera_options_test.dart
@@ -108,13 +108,11 @@ void main() {
108
);
109
});
110
111
- testWidgets('serializes to true when no constraints are provided',
112
- (WidgetTester tester) async {
+ testWidgets('serializes to true when no constraints are provided', (
+ WidgetTester tester,
113
+ ) async {
114
const VideoConstraints videoConstraints = VideoConstraints();
- expect(
115
- videoConstraints.toMediaStreamConstraints().dartify(),
116
- isTrue,
117
- );
+ expect(videoConstraints.toMediaStreamConstraints().dartify(), isTrue);
118
119
120
testWidgets('supports value equality', (WidgetTester tester) async {
0 commit comments