Skip to content

Commit 3f545a2

Browse files
authored
Update fixtures.py
1 parent 069c0b2 commit 3f545a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

testing/fixtures.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
{
197197
"id": SCHEDULED_TRANSACTION_ID_1,
198198
"amount": -12000,
199+
"frequency": "monthly",
199200
"deleted": False,
200201
"subtransactions": [
201202
{
@@ -215,12 +216,14 @@
215216
{
216217
"id": SCHEDULED_TRANSACTION_ID_2,
217218
"amount": -11000,
219+
"frequency": "yearly",
218220
"deleted": True,
219221
"subtransactions": [],
220222
},
221223
{
222224
"id": SCHEDULED_TRANSACTION_ID_3,
223225
"amount": -9000,
226+
"frequency": "everyOtherMonth",
224227
"deleted": False,
225228
"subtransactions": [],
226229
},

0 commit comments

Comments
 (0)