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 32e86cc commit 053d042Copy full SHA for 053d042
example/test/widget_test.dart
@@ -18,8 +18,8 @@ void main() {
18
// Verify that platform version is retrieved.
19
expect(
20
find.byWidgetPredicate(
21
- (Widget widget) => widget is Text &&
22
- widget.data!.startsWith('Running on:'),
+ (Widget widget) =>
+ widget is Text && widget.data!.startsWith('Running on:'),
23
),
24
findsOneWidget,
25
);
0 commit comments