Adapting transaction to the resource archi

This commit is contained in:
2025-02-21 16:08:59 +01:00
parent 950090c762
commit ed37298a74
2 changed files with 10 additions and 9 deletions

View File

@@ -31,6 +31,6 @@ fixtures_transaction = [
{
"account_path": "/Accounts/Asset/Current Assets/Checking Account/",
"start_date": date(1970, 1, 5),
"count": 50
"count": 200
},
]