summaryrefslogtreecommitdiff
path: root/tests/reporters/unittest_json_reporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reporters/unittest_json_reporter.py')
-rw-r--r--tests/reporters/unittest_json_reporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reporters/unittest_json_reporter.py b/tests/reporters/unittest_json_reporter.py
index fd29d8ea8..90a67fceb 100644
--- a/tests/reporters/unittest_json_reporter.py
+++ b/tests/reporters/unittest_json_reporter.py
@@ -132,6 +132,6 @@ def get_linter_result(score: bool, message: dict[str, Any]) -> list[dict[str, An
],
)
def test_serialize_deserialize(message):
- # TODO (3.0): Add confidence handling, add path and abs path handling
+ # TODO: 3.0: Add confidence handling, add path and abs path handling or a new JSONReporter
json_message = JSONReporter.serialize(message)
assert message == JSONReporter.deserialize(json_message)