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

Unified Diff: test/datastore/e2e/datastore_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 | « pubspec.yaml ('k') | test/datastore/e2e/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/datastore/e2e/datastore_test_impl.dart
diff --git a/test/datastore/e2e/datastore_test_impl.dart b/test/datastore/e2e/datastore_test_impl.dart
index 1e54f02512ab12f102c8cece0ba5e41b374f22c3..b917d1d58ca8a988dcbe5b4aadaa751c892a65a5 100644
--- a/test/datastore/e2e/datastore_test_impl.dart
+++ b/test/datastore/e2e/datastore_test_impl.dart
@@ -244,8 +244,8 @@ runTests(Datastore datastore, String namespace) {
});
test('negative_insert__incomplete_path', () {
- expect(datastore.commit(inserts: unnamedEntities1),
- throwsA(isApplicationError));
+ expect(() => datastore.commit(inserts: unnamedEntities1),
+ throwsA(isApplicationError));
});
test('negative_insert_transactional_xg', () {
« no previous file with comments | « pubspec.yaml ('k') | test/datastore/e2e/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698