mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Fix leaking test
This commit is contained in:
parent
1cca930744
commit
f6b1db2cce
12 changed files with 134 additions and 31 deletions
5
test/fixtures/bank_transactions.yml
vendored
5
test/fixtures/bank_transactions.yml
vendored
|
@ -1,3 +1,8 @@
|
|||
one:
|
||||
sum: 1
|
||||
currency: EUR
|
||||
|
||||
for_payments_test:
|
||||
description: "Order nr. 1"
|
||||
currency: "EUR"
|
||||
iban: "1234"
|
||||
|
|
4
test/fixtures/invoices.yml
vendored
4
test/fixtures/invoices.yml
vendored
|
@ -34,4 +34,6 @@ overdue:
|
|||
|
||||
for_payments_test:
|
||||
<<: *DEFAULTS
|
||||
total: 100.00
|
||||
total: 12.00
|
||||
id: 1
|
||||
number: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue