Skip to content

Commit 79fba14

Browse files
committed
ci: fixed tests
1 parent fe6c15a commit 79fba14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/flutter_unity_widget_test.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ Future<void> main() async {
7979
),
8080
);
8181

82-
expect(find.byType(PlatformViewLink), findsOneWidget);
83-
// expect(find.byType(AndroidView), findsOneWidget);
82+
expect(find.byType(AndroidView), findsOneWidget);
8483
expect(find.byType(UnityWidget), findsOneWidget);
8584
},
8685
);

0 commit comments

Comments
 (0)