Fix test_csvparser case that changed with newer chardet

This commit is contained in:
Raphael Michel
2017-05-27 14:28:39 +02:00
parent 983326e610
commit 12a53710c3

View File

@@ -125,7 +125,7 @@ class CsvImportTest(TestCase):
def test_sample_file_postbank(self):
expected = [
['Buchungstag', 'Wertstellung', 'Umsatzart', 'Buchungsdetails', 'Auftraggeber', 'Empfänger',
'Betrag (\x80)', 'Saldo (\x80)'],
'Betrag ()', 'Saldo ()'],
['07.08.2016', '01.08.2016', 'Gutschrift', 'Verwendungszweck 2015ABCDE', 'Karla Kundin',
'Fiktive Veranstaltungsgesellschaft mbH', '\xA4 42,00', '\xA4 1.337,42'],
['29.07.2016', '29.07.2016', 'Gutschrift', 'Referenz NOTPROVIDED', 'Lars Lieferant',