selector.__repr__ test, repr type is bytesarray

This commit is contained in:
Nikolaos-Digenis Karagiannis 2014-07-03 09:32:52 +03:00
parent daabc718a9
commit d2d014a4e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class SelectorTestCase(unittest.TestCase):
self.assertEqual(
map(repr, sel.xpath('//input/@name')),
[u"<Selector xpath='//input/@name' data=u'{}'>".format(40 * 'b')]
["<Selector xpath='//input/@name' data=u'{}'>".format(40 * 'b')]
)
def test_select_unicode_query(self):