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

Unified Diff: test/db/e2e/metamodel_test_impl.dart

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Update upper constraint on http_parser Created 4 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/db/e2e/db_test_impl.dart ('k') | test/db_all_e2e_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/db/e2e/metamodel_test_impl.dart
diff --git a/test/db/e2e/metamodel_test_impl.dart b/test/db/e2e/metamodel_test_impl.dart
index 43e50df58ec665acec744bbdbdbb7aceb7a0e844..40e8f49a743ba93716fa4b2b212c04416e7c9f36 100644
--- a/test/db/e2e/metamodel_test_impl.dart
+++ b/test/db/e2e/metamodel_test_impl.dart
@@ -9,7 +9,7 @@ import 'dart:async';
import 'package:unittest/unittest.dart';
import 'package:gcloud/datastore.dart';
-import 'package:gcloud/datastore.dart' show Key, Query, Partition;
+import 'package:gcloud/datastore.dart' show Key, Partition;
import 'package:gcloud/db.dart' as db;
import 'package:gcloud/db/metamodel.dart';
« no previous file with comments | « test/db/e2e/db_test_impl.dart ('k') | test/db_all_e2e_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698