improved tests
This commit is contained in:
parent
55edbdb6f6
commit
245fee26ae
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class TestMega(unittest.TestCase):
|
|||
|
||||
def test_get_quota(self):
|
||||
resp = m.get_quota()
|
||||
self.assertIsInstance(resp, long)
|
||||
self.assertIsInstance(int(resp), int)
|
||||
|
||||
def test_get_storage_space(self):
|
||||
resp = m.get_storage_space(mega=True)
|
||||
|
|
Loading…
Reference in a new issue