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

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

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Surpass pylint errors. Created 4 years, 6 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 | « appengine/findit/model/crash/test/crash_analysis_test.py ('k') | appengine/findit/model/triage_status.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 248ff4fe45c294493bc5a59364ae831d58246760..d87e681cbb201874ade389120c906bd8f96dad6f 100644
--- a/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
+++ b/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
@@ -29,7 +29,7 @@ class FracasCrashAnalysisTest(CrashTestCase):
def testFracasCrashAnalysisReset(self):
analysis = FracasCrashAnalysis()
- analysis.historic_metadata = {}
+ analysis.historical_metadata = {}
analysis.Reset()
self.assertIsNone(analysis.channel)
- self.assertIsNone(analysis.historic_metadata)
+ self.assertIsNone(analysis.historical_metadata)
« no previous file with comments | « appengine/findit/model/crash/test/crash_analysis_test.py ('k') | appengine/findit/model/triage_status.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698