Skip to content

Commit 71086c4

Browse files
allenporterCopilot
andcommitted
chore: Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1c392db commit 71086c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def add_log_entry(self, label: str, data: bytes) -> None:
4747
self.entries.append((label, data))
4848

4949
def __repr__(self):
50-
"""Iterate over the log entries.
50+
"""Return a string representation of the log entries.
5151
5252
This assumes that the client will behave in a request-response manner,
5353
so each request is followed by a response. If a test uses non-deterministic
54-
message orderd, this may not be accurate and the test would need to decode
54+
message order, this may not be accurate and the test would need to decode
5555
the raw messages and remove any ordering assumptions.
5656
"""
5757
lines = []

0 commit comments

Comments
 (0)