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

Unified Diff: test/db_all_e2e_test.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/metamodel_test_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/db_all_e2e_test.dart
diff --git a/test/db_all_e2e_test.dart b/test/db_all_e2e_test.dart
index 4fe737c254c6b0e26e9654edee69044d11814d81..434f2a7df987dabaf6b76426b17d27b98d4a948e 100644
--- a/test/db_all_e2e_test.dart
+++ b/test/db_all_e2e_test.dart
@@ -25,7 +25,7 @@ main() {
String namespace = '${Platform.operatingSystem}${now}';
withAuthClient(scopes, (String project, httpClient) {
- var datastore = new datastore_impl.DatastoreImpl(httpClient, 's~$project');
+ var datastore = new datastore_impl.DatastoreImpl(httpClient, project);
var datastoreDB = new db.DatastoreDB(datastore);
return runE2EUnittest(() {
« no previous file with comments | « test/db/e2e/metamodel_test_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698