aboutsummaryrefslogtreecommitdiff
path: root/mobly/records.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobly/records.py')
-rw-r--r--mobly/records.py2
1 files changed, 1 insertions, 1 deletions
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):