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

Unified Diff: dashboard/dashboard/pinpoint/models/isolate_test.py

Issue 3013013002: [pinpoint] Change refactor. (Closed)
Patch Set: UI Created 3 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
Index: dashboard/dashboard/pinpoint/models/isolate_test.py
diff --git a/dashboard/dashboard/pinpoint/models/isolate_test.py b/dashboard/dashboard/pinpoint/models/isolate_test.py
index 4a4ab1907ba46fae20dec90b3f944fafdbb0b23f..9cad55e7f9ae1aebee7ca3f5a7d43d787a269de8 100644
--- a/dashboard/dashboard/pinpoint/models/isolate_test.py
+++ b/dashboard/dashboard/pinpoint/models/isolate_test.py
@@ -11,8 +11,8 @@ from dashboard.pinpoint.models import change
from dashboard.pinpoint.models import isolate
-_CHANGE_1 = change.Change(change.Dep('chromium', 'f9f2b720'))
-_CHANGE_2 = change.Change(change.Dep('chromium', 'f35be4f1'))
+_CHANGE_1 = change.Change((change.Commit('chromium', 'f9f2b720'),))
+_CHANGE_2 = change.Change((change.Commit('chromium', 'f35be4f1'),))
class IsolateTest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698