Skip to content

Commit 7eec93f

Browse files
committed
fix tests
1 parent 0862b5f commit 7eec93f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/datasets.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
id_address_invoice='fr',
9292
conversion_rate='1.000000',
9393
payment='FNAC Marketplace - FR',
94-
total_discount=0,
94+
total_discounts=0,
9595
total_paid='43.500000',
9696
total_paid_real='87.000000',
9797
total_products='30.000000',
@@ -124,7 +124,7 @@
124124
id_address_invoice='fr',
125125
conversion_rate='1.000000',
126126
payment='Ebay - FR - Creditcard',
127-
total_discount=0,
127+
total_discounts=0,
128128
total_paid='39.000000',
129129
total_paid_real='78.000000',
130130
total_products='32.500000',
@@ -199,7 +199,7 @@
199199
module='feedbiz',
200200
payment='Ebay - FR - Creditcard',
201201
shipping_number='',
202-
total_discount=0,
202+
total_discounts=0,
203203
total_paid='52.500000',
204204
total_paid_real='105.000000',
205205
total_products='37.500000',
@@ -261,7 +261,7 @@
261261
module='feedbiz',
262262
payment='FOO',
263263
shipping_number='',
264-
total_discount=0,
264+
total_discounts=0,
265265
total_paid='52.500000',
266266
total_paid_real='105.000000',
267267
total_products='37.500000',

0 commit comments

Comments
 (0)