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

Unified Diff: appengine/findit/model/crash/test/fracas_crash_analysis_test.py

Issue 1946513003: [Findit] Modify the handler for fracas input message. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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: appengine/findit/model/crash/test/fracas_crash_analysis_test.py
diff --git a/appengine/findit/model/crash/test/fracas_crash_analysis_test.py b/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
index aec9f101217be419544aff3b23f9f08c32116d77..d637dc23b548d05836343fdd2cd83fffb4a39bd8 100644
--- a/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
+++ b/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
@@ -25,4 +25,4 @@ class FracasCrashAnalysisTest(CrashTestCase):
analysis = FracasCrashAnalysis()
analysis.versions_to_cpm = {}
analysis.Reset()
- self.assertIsNone(analysis.versions_to_cpm)
+ self.assertIsNone(analysis.versions_to_historical)

Powered by Google App Engine
This is Rietveld 408576698