Skip to content

Commit

Permalink
Fix a doc typo in records.py (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jun 6, 2023
1 parent da3c204 commit 6392f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobly/records.py
Expand Up @@ -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):
Expand Down

0 comments on commit 6392f83

Please sign in to comment.