Skip to content

Commit

Permalink
small wording change
Browse files Browse the repository at this point in the history
TestStatus docstring
  • Loading branch information
DanielRyanSmith committed Jan 10, 2022
1 parent e9d90c8 commit 9d27581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/wptrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def evaluate_runs(counts, run_test_kwargs):


class TestStatus:
"""Class that stores information on the results of test runs for reference"""
"""Class that stores information on the results of test runs for later reference"""
def __init__(self, counts):
self.total_tests = counts["total_tests"]
self.skipped = counts["skipped"]
Expand Down

0 comments on commit 9d27581

Please sign in to comment.