aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>2023-06-05 23:06:26 -0400
committerGitHub <noreply@github.com>2023-06-05 20:06:26 -0700
commit6392f83acf512fb9e3a9229858bf9fd26e9d7278 (patch)
treea17cee3eaf4e3d329a7fc024592a7bc44f4e6c8f
parentda3c204be7ceb8d027a6e83456997804f57f5fd0 (diff)
downloadmobly-6392f83acf512fb9e3a9229858bf9fd26e9d7278.tar.gz
Fix a doc typo in records.py (#889)
-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):