Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7cf24d6

Browse files
author
nturgut
committed
test _ imports
1 parent 494c8d4 commit 7cf24d6

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

packages/e2e/example/test_driver/example_e2e.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import 'package:e2e/e2e.dart';
99

10-
import 'example_e2e_io.dart' if (dart.library.html) 'example_e2e_web.dart' as tests;
10+
import '_example_e2e_io.dart' if (dart.library.html) '_example_e2e_web.dart' as tests;
1111

1212
void main() {
1313
E2EWidgetsFlutterBinding.ensureInitialized();

0 commit comments

Comments
 (0)