Skip to content

Commit

Permalink
ci: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Sep 1, 2022
1 parent fe6c15a commit 79fba14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/flutter_unity_widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ Future<void> main() async {
),
);

expect(find.byType(PlatformViewLink), findsOneWidget);
// expect(find.byType(AndroidView), findsOneWidget);
expect(find.byType(AndroidView), findsOneWidget);
expect(find.byType(UnityWidget), findsOneWidget);
},
);
Expand Down

0 comments on commit 79fba14

Please sign in to comment.