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

Unified Diff: runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart

Issue 2979433002: Fixed observatory_ui/vm_connect test in checked mode (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart
diff --git a/runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart b/runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart
index 80a101d5336689a3bdaddbb86ff4b2ac026bf679..c6b5187ee4361ddb466ffe710cb42bcd66e1eafb 100644
--- a/runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart
+++ b/runtime/observatory/tests/observatory_ui/mocks/repositories/target.dart
@@ -61,7 +61,7 @@ class TargetRepositoryMock implements M.TargetRepository {
}
M.Target find(String networkAddress) {
- return null;
+ return const TargetMock();
}
@override
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698