Skip to content

Commit

Permalink
feat: removed unneeded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodev01 committed Jul 5, 2023
1 parent c3315e0 commit 6b4223b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
87 changes: 0 additions & 87 deletions example/flutter_example/test/instantiation_test.dart

This file was deleted.

2 changes: 1 addition & 1 deletion example/flutter_example/test/main_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void main() {
);

expect(materialApp.supportedLocales.length, equals(3));
expect(materialApp.routeInformationParser, isNotNull);
expect(materialApp.routerConfig, isNotNull);
expect(materialApp.debugShowCheckedModeBanner, isFalse);
},
);
Expand Down

0 comments on commit 6b4223b

Please sign in to comment.