From 7cc479c3fe34b4a9a3ccaaa3e9f73852ae7a95bf Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 12 Mar 2018 11:35:34 +0200 Subject: [PATCH] Update fixtures #623 --- test/fixtures/invoice_items.yml | 18 +++++++++--------- test/fixtures/invoices.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/fixtures/invoice_items.yml b/test/fixtures/invoice_items.yml index 417203a51..9c37ece9a 100644 --- a/test/fixtures/invoice_items.yml +++ b/test/fixtures/invoice_items.yml @@ -1,13 +1,13 @@ -DEFAULTS: &DEFAULTS +one: description: Acme services + price: 5 + amount: 1 + unit: pc + invoice: valid + +two: + description: Acme services + price: 5 amount: 2 unit: pc - price: 5 - -valid: - <<: *DEFAULTS - invoice: valid - -another: - <<: *DEFAULTS invoice: valid diff --git a/test/fixtures/invoices.yml b/test/fixtures/invoices.yml index ffb53f938..7d532cd87 100644 --- a/test/fixtures/invoices.yml +++ b/test/fixtures/invoices.yml @@ -6,7 +6,7 @@ DEFAULTS: &DEFAULTS seller_iban: 1234 buyer: bestnames buyer_name: Jane Doe - vat_rate: 0.2 + vat_rate: 0.1 valid: <<: *DEFAULTS