giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

Update test_ioloop.py #516

Open gkrimer opened 4 years ago

gkrimer commented 4 years ago

Remove return_vaue=mock.Mock()

It should be return_value=mock.Mock() (fix typo), but even this is likely not needed as the return value of a mock object is another mock.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling d4b77ed82566afcb5084fec0d4d88eeabed1b777 on gkrimer:patch-1 into 298e48dd4d86f316925fa0997b4f750733f02a7f on giampaolo:master.