mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix test_csvparser case that changed with newer chardet
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user