Skip to content

Commit

Permalink
Update neqo-transport/tests/connection.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
  • Loading branch information
larseggert and mxinden authored Oct 7, 2024
1 parent 42b0e16 commit b10dab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neqo-transport/tests/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ fn ack_for_unsent() {

// Now deliver the packet with the spoofed ACK frame
client.process_input(&spoofed, now());
client.process_input(&server_hs.unwrap(), now());
assert_eq!(
client.state(),
&State::Closed(CloseReason::Transport(Error::AckedUnsentPacket))
Expand Down

0 comments on commit b10dab1

Please sign in to comment.