Index: test/io_test.dart |
diff --git a/test/io_test.dart b/test/io_test.dart |
index 87484937c7fadd3146c8a1a5b9b890ba17e22264..9bf7b12995d79a3740e7d136d4e087dc72f6269d 100644 |
--- a/test/io_test.dart |
+++ b/test/io_test.dart |
@@ -9,13 +9,11 @@ import 'dart:io'; |
import 'package:path/path.dart' as path; |
import 'package:pub/src/io.dart'; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
import 'test_pub.dart'; |
main() { |
- initConfig(); |
- |
group('listDir', () { |
test('ignores hidden files by default', () { |
expect(withTempDir((temp) { |