Skip to content

Commit 245fee2

Browse files
author
richard
committed
improved tests
1 parent 55edbdb commit 245fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_get_user(self):
3838

3939
def test_get_quota(self):
4040
resp = m.get_quota()
41-
self.assertIsInstance(resp, long)
41+
self.assertIsInstance(int(resp), int)
4242

4343
def test_get_storage_space(self):
4444
resp = m.get_storage_space(mega=True)

0 commit comments

Comments
 (0)