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

Unified Diff: app/test/backend_test_utils.dart

Issue 2341963009: pub site: update dependencies and fix analyzer (Closed)
Patch Set: better Created 4 years, 3 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 | « app/pubspec.yaml ('k') | app/test/handlers_test_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/test/backend_test_utils.dart
diff --git a/app/test/backend_test_utils.dart b/app/test/backend_test_utils.dart
index 6953f9c07af377810e4a78d09f875a1d1869299f..15bf7b8e8d78826aed6a784ca7a5fec15a2bedb3 100644
--- a/app/test/backend_test_utils.dart
+++ b/app/test/backend_test_utils.dart
@@ -194,6 +194,9 @@ class TarballStorageMock implements TarballStorage {
if (uploadViaTempObjectFun == null) throw 'no uploadViaTempObjectFun';
return uploadViaTempObjectFun(guid, package, version);
}
+
+ Future remove(String package, String version) =>
+ throw new UnimplementedError();
}
class UploadSignerServiceMock implements UploadSignerService {
« no previous file with comments | « app/pubspec.yaml ('k') | app/test/handlers_test_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698