Commit 27696fa
Update send_datagram_after_close test to expect ConnectionError
The test assertion now expects SessionError::ConnectionError(LocallyClosed)
instead of SessionError::SendDatagramError(ConnectionLost(LocallyClosed)),
matching the upcoming session error propagation behavior where connection-level
errors are replaced with the stored session error.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 148b9c7 commit 27696fa
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
| 520 | + | |
523 | 521 | | |
524 | | - | |
| 522 | + | |
525 | 523 | | |
526 | 524 | | |
527 | 525 | | |
| |||
0 commit comments