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

Unified Diff: test/mime_multipart_transformer_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 | « pubspec.yaml ('k') | test/mime_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mime_multipart_transformer_test.dart
diff --git a/test/mime_multipart_transformer_test.dart b/test/mime_multipart_transformer_test.dart
index 50389998faa677b5f2cba98aa48e833cb6c30f35..95e90bc07e4c53202425d0da65fea23b604caaa6 100644
--- a/test/mime_multipart_transformer_test.dart
+++ b/test/mime_multipart_transformer_test.dart
@@ -5,7 +5,7 @@
import 'dart:async';
import 'dart:math';
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
import "package:mime/mime.dart";
void _writeInChunks(List<int> data,
« no previous file with comments | « pubspec.yaml ('k') | test/mime_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698