mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix broken unit test in ackhandler
This commit is contained in:
parent
fefed78973
commit
99dac1581a
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ var _ = Describe("Received Packet Handler", func() {
|
|||
|
||||
It("says if packets are duplicates", func() {
|
||||
sendTime := time.Now()
|
||||
sentPackets.EXPECT().ReceivedPacket(gomock.Any()).AnyTimes()
|
||||
sentPackets.EXPECT().GetLowestPacketNotConfirmedAcked().AnyTimes()
|
||||
// Initial
|
||||
Expect(handler.IsPotentiallyDuplicate(3, protocol.EncryptionInitial)).To(BeFalse())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue