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 fe6c15a commit 79fba14Copy full SHA for 79fba14
test/flutter_unity_widget_test.dart
@@ -79,8 +79,7 @@ Future<void> main() async {
79
),
80
);
81
82
- expect(find.byType(PlatformViewLink), findsOneWidget);
83
- // expect(find.byType(AndroidView), findsOneWidget);
+ expect(find.byType(AndroidView), findsOneWidget);
84
expect(find.byType(UnityWidget), findsOneWidget);
85
},
86
0 commit comments