Skip to content

Commit 2484749

Browse files
committed
swap branch for line in dtls
1 parent 84de11a commit 2484749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_dtls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ def read_volley() -> list[_AnyHandshakeMessage]:
10391039
if (
10401040
isinstance(maybe_volley[0], PseudoHandshakeMessage)
10411041
and maybe_volley[0].content_type == ContentType.alert
1042-
): # TODO: test this branch
1042+
): # TODO: test this line
10431043
# we're sending an alert (e.g. due to a corrupted
10441044
# packet). We want to send it once, but don't save it to
10451045
# retransmit -- keep the last volley as the current

0 commit comments

Comments
 (0)