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

Commit a5de564

Browse files
author
nturgut
committed
fix the imports
1 parent bbe1ee9 commit a5de564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e/example/test_driver/example_e2e_web_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import 'dart:async';
44
import 'dart:io';
55

66
import 'package:flutter_driver/flutter_driver.dart';
7+
import 'package:test/test.dart';
78

89
Future<void> main() async {
910
final FlutterDriver driver = await FlutterDriver.connect();

0 commit comments

Comments
 (0)