Skip to content

Commit

Permalink
Fix another example import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 9, 2025
1 parent d31cabc commit 09e69eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:quick_actions_example/main.dart' as app;
import 'package:quick_actions_android_example/main.dart' as app;

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down

0 comments on commit 09e69eb

Please sign in to comment.