diff --git a/tests/data/imports.yml b/tests/data/imports.yml index 41dd76032f35b55833a840c547dfdf1f171770d5..f3bfc27322ab69bd7bd6e1b24c9e3e0504dca00e 100644 --- a/tests/data/imports.yml +++ b/tests/data/imports.yml @@ -238,9 +238,9 @@ - payee: Python Person C ledger template: nbpy2017 invoice ledger entry date: !!python/object/apply:datetime.date [2017, 9, 5] - amount: !!python/object/apply:decimal.Decimal ["55.00"] - tickets_sold: !!python/object/apply:decimal.Decimal ["1"] - ticket_rate: !!python/object/apply:decimal.Decimal ["21.25"] + amount: !!python/object/apply:decimal.Decimal ["30.00"] + tickets_sold: !!python/object/apply:decimal.Decimal ["0"] + ticket_rate: !!python/object/apply:decimal.Decimal ["42.50"] shirts_sold: !!python/object/apply:decimal.Decimal ["1"] shirt_rate: !!python/object/apply:decimal.Decimal ["25.50"] status: Invoice @@ -250,9 +250,9 @@ - payee: Python Person C ledger template: nbpy2017 payment ledger entry date: !!python/object/apply:datetime.date [2017, 9, 5] - amount: !!python/object/apply:decimal.Decimal ["55.00"] - tickets_sold: !!python/object/apply:decimal.Decimal ["1"] - ticket_rate: !!python/object/apply:decimal.Decimal ["21.25"] + amount: !!python/object/apply:decimal.Decimal ["30.00"] + tickets_sold: !!python/object/apply:decimal.Decimal ["0"] + ticket_rate: !!python/object/apply:decimal.Decimal ["42.50"] shirts_sold: !!python/object/apply:decimal.Decimal ["1"] shirt_rate: !!python/object/apply:decimal.Decimal ["25.50"] status: Payment