| Index: test/string_scanner_test.dart
|
| diff --git a/test/string_scanner_test.dart b/test/string_scanner_test.dart
|
| index fcd904aba17d6f652e4ba9610b26d90102ef9b4d..52bf26fc6f5a1f74a3dd7a3e387cf2458e5eeebd 100644
|
| --- a/test/string_scanner_test.dart
|
| +++ b/test/string_scanner_test.dart
|
| @@ -5,7 +5,7 @@
|
| library string_scanner.string_scanner_test;
|
|
|
| import 'package:string_scanner/string_scanner.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| void main() {
|
| group('with an empty string', () {
|
|
|