diff --git a/tests/utp/test_protocol.nim b/tests/utp/test_protocol.nim index 939176a..3badb47 100644 --- a/tests/utp/test_protocol.nim +++ b/tests/utp/test_protocol.nim @@ -316,11 +316,11 @@ procSuite "uTP over UDP protocol tests": s.clientSocket.numPacketsInOutGoingBuffer() == 0 const - amountOftransfers = 3 + amountOfTransfers = 3 amountOfBytes = 5000 var totalBytesToTransfer: seq[byte] - for i in 0..