Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: test/mime_type_test.dart

Issue 1317773003: pkg/mime: Use pkg/test (Closed) Base URL: https://github.com/dart-lang/mime.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mime_multipart_transformer_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mime_type_test.dart
diff --git a/test/mime_type_test.dart b/test/mime_type_test.dart
index 23cc10e3cbd708e7c93b1d1a643b75aa98df01e6..c7843433dcae6a94b6d8f9ce5e62280bace117e7 100644
--- a/test/mime_type_test.dart
+++ b/test/mime_type_test.dart
@@ -4,7 +4,7 @@
import 'dart:math' as math;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:mime/mime.dart';
import 'package:mime/src/magic_number.dart';
« no previous file with comments | « test/mime_multipart_transformer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698