JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

Fix tests on python 2 #22

Closed gazpachoking closed 6 years ago

gazpachoking commented 6 years ago

The tests were making sure a result was 'int', but on python 2 they might also have been 'long'. This fixes that.