tests: Fix error message
This commit is contained in:
parent
b76e27a62b
commit
a221036e5a
@ -205,7 +205,7 @@ class FindFilesTest(unittest.TestCase):
|
||||
is_bytes = lambda f: isinstance(f, bytes)
|
||||
for name in self.find(''):
|
||||
self.assert_(
|
||||
is_bytes(name), '%s is not unicode object' % repr(name))
|
||||
is_bytes(name), '%s is not bytes object' % repr(name))
|
||||
|
||||
def test_ignores_hidden_folders(self):
|
||||
self.assertEqual(self.find('.hidden'), [])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user