forked from premiere/premiere-libtorrent
fix python binding test
This commit is contained in:
parent
a3fd8b91b2
commit
d090bec242
|
@ -87,7 +87,7 @@ class test_torrent_info(unittest.TestCase):
|
|||
print f.path
|
||||
|
||||
self.assertEqual(os.path.split(f.path)[1], expected[idx])
|
||||
self.assertEqual(os.path.split(f.path)[0], 'temp/foo')
|
||||
self.assertEqual(os.path.split(f.path)[0], os.path.join('temp', 'foo'))
|
||||
idx += 1
|
||||
|
||||
class test_alerts(unittest.TestCase):
|
||||
|
|
Loading…
Reference in New Issue