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

Unified Diff: test/db/e2e/db_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/datastore/e2e/utils.dart ('k') | test/db/e2e/metamodel_test_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/db/e2e/db_test_impl.dart
diff --git a/test/db/e2e/db_test_impl.dart b/test/db/e2e/db_test_impl.dart
index ce84c26a104b470f0e22b6e6876be9b505d052f1..7ffd11233aaefa30f62581be9023d823bfd3eb58 100644
--- a/test/db/e2e/db_test_impl.dart
+++ b/test/db/e2e/db_test_impl.dart
@@ -443,7 +443,7 @@ runTests(db.DatastoreDB store, String namespace) {
var barUsers = users.where(
(User u) => u.languages.contains('bar')).toList();
var usersWithWife = users.where(
- (User u) => u.wife == root.append(User, id: 42 + 3));
+ (User u) => u.wife == root.append(User, id: 42 + 3)).toList();
var allInserts = []
..addAll(users)
« no previous file with comments | « test/datastore/e2e/utils.dart ('k') | test/db/e2e/metamodel_test_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698