From 6392f83acf512fb9e3a9229858bf9fd26e9d7278 Mon Sep 17 00:00:00 2001 From: Tennessee Carmel-Veilleux Date: Mon, 5 Jun 2023 23:06:26 -0400 Subject: Fix a doc typo in records.py (#889) --- mobly/records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobly/records.py b/mobly/records.py index b77817c..08ebe8e 100644 --- a/mobly/records.py +++ b/mobly/records.py @@ -321,7 +321,7 @@ class TestResultRecord: termination_signal: ExceptionRecord, the main exception of the test. extra_errors: OrderedDict, all exceptions occurred during the entire test lifecycle. The order of occurrence is preserved. - result: TestResultEnum.TEAT_RESULT_*, PASS/FAIL/SKIP. + result: TestResultEnum.TEST_RESULT_*, PASS/FAIL/SKIP. """ def __init__(self, t_name, t_class=None): -- cgit v1.2.3