Skip to content

Commit de265a7

Browse files
committed
fix
1 parent 228c733 commit de265a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/_main_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def test_insert_scheduled_transactions(cur):
381381
"transaction_id": SCHEDULED_TRANSACTION_ID_3,
382382
"budget_id": BUDGET_ID_1,
383383
"id": SCHEDULED_TRANSACTION_ID_3,
384-
"frequency": "monthly",
384+
"frequency": "everyOtherMonth",
385385
"amount": -9000,
386386
"amount_major": pytest.approx(9),
387387
},
@@ -390,7 +390,7 @@ def test_insert_scheduled_transactions(cur):
390390
"subtransaction_id": SCHEDULED_SUBTRANSACTION_ID_1,
391391
"budget_id": BUDGET_ID_1,
392392
"id": SCHEDULED_SUBTRANSACTION_ID_1,
393-
"frequency": "yearly",
393+
"frequency": "monthly",
394394
"amount": -8040,
395395
"amount_major": pytest.approx(8.04),
396396
},
@@ -399,7 +399,7 @@ def test_insert_scheduled_transactions(cur):
399399
"subtransaction_id": SCHEDULED_SUBTRANSACTION_ID_2,
400400
"budget_id": BUDGET_ID_1,
401401
"id": SCHEDULED_SUBTRANSACTION_ID_2,
402-
"frequency": "everyOtherMonth",
402+
"frequency": "monthly",
403403
"amount": -2960,
404404
"amount_major": pytest.approx(2.96),
405405
},

0 commit comments

Comments
 (0)