Skip to content

Commit

Permalink
Trial and error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 26, 2024
1 parent 87cfdd4 commit 47f4b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion integration_test/app_startup_flow_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import 'utils/test_utils.dart';
void main() {
if(isDesktop()){
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
WidgetsFlutterBinding.ensureInitialized();
}
appTearDown(
() async {
Expand Down
2 changes: 1 addition & 1 deletion integration_test/utils/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final _patrolTesterConfig = const PatrolTesterConfig(
);
final _nativeAutomatorConfig = const NativeAutomatorConfig(
findTimeout: Duration(seconds: 20),

);

TestVariant mobileVariant() {
Expand Down

0 comments on commit 47f4b3e

Please sign in to comment.