diff --git a/neqo-transport/tests/connection.rs b/neqo-transport/tests/connection.rs index f3e4be31c5..6287acc28c 100644 --- a/neqo-transport/tests/connection.rs +++ b/neqo-transport/tests/connection.rs @@ -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))