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

Unified Diff: app/test/handlers_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/test/backend_test_utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/test/handlers_test_utils.dart
diff --git a/app/test/handlers_test_utils.dart b/app/test/handlers_test_utils.dart
index b0ea9b62356fd0d82d5fd5e7459bb501799328a7..904ef2dc69502865ef2753d30a7e811005b8dc11 100644
--- a/app/test/handlers_test_utils.dart
+++ b/app/test/handlers_test_utils.dart
@@ -160,8 +160,10 @@ class TemplateMock implements TemplateService {
String renderPkgShowPage(Package package,
List<PackageVersion> versions,
- List<Uri> downloadUris,
- PackageVersion latestVersion,
+ List<Uri> versionDownloadUrls,
+ PackageVersion selectedVersion,
+ PackageVersion latestStableVersion,
+ PackageVersion latestDevVersion,
int totalNumberOfVersions) {
return Response;
}
« no previous file with comments | « app/test/backend_test_utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698