Skip to content

Commit c98d403

Browse files
allenporterCopilot
andauthored
chore: Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 482a40f commit c98d403

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
@@ -46,11 +46,11 @@ def add_log_entry(self, label: str, data: bytes) -> None:
4646
self.entries.append((label, data))
4747

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

0 commit comments

Comments
 (0)