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

Unified Diff: test/authorization_code_grant_test.dart

Issue 1230713003: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/oauth2.git@master
Patch Set: Created 5 years, 5 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/client_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/authorization_code_grant_test.dart
diff --git a/test/authorization_code_grant_test.dart b/test/authorization_code_grant_test.dart
index 2c3265e21ec107a526d70dd637adfdb3da400df3..24ff59c1624086a1bf0196225dfdc91ed5c06236 100644
--- a/test/authorization_code_grant_test.dart
+++ b/test/authorization_code_grant_test.dart
@@ -7,7 +7,7 @@ library authorization_code_grant_test;
import 'dart:async';
import 'dart:convert';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:http/http.dart' as http;
import 'package:oauth2/oauth2.dart' as oauth2;
« no previous file with comments | « pubspec.yaml ('k') | test/client_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698