diff --git a/tests/data/imports.yml b/tests/data/imports.yml index f3bfc27322ab69bd7bd6e1b24c9e3e0504dca00e..0303dd2c6b90a7c52a825e9dd31c5128910968cb 100644 --- a/tests/data/imports.yml +++ b/tests/data/imports.yml @@ -238,10 +238,10 @@ - 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 ["30.00"] + amount: !!python/object/apply:decimal.Decimal ["60.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"] + shirts_sold: !!python/object/apply:decimal.Decimal ["2"] shirt_rate: !!python/object/apply:decimal.Decimal ["25.50"] status: Invoice currency: USD @@ -250,10 +250,10 @@ - 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 ["30.00"] + amount: !!python/object/apply:decimal.Decimal ["60.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"] + shirts_sold: !!python/object/apply:decimal.Decimal ["2"] shirt_rate: !!python/object/apply:decimal.Decimal ["25.50"] status: Payment currency: USD