Skip to content

Commit 5a22240

Browse files
committed
update transaction view tests
1 parent f95a6d0 commit 5a22240

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/_main_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def test_insert_transactions(cur):
377377
"transaction_id": TRANSACTION_ID_1,
378378
"subtransaction_id": SUBTRANSACTION_ID_1,
379379
"plan_id": PLAN_ID_1,
380-
"approved": 1,
381380
"date": "2024-01-01",
382381
"id": SUBTRANSACTION_ID_1,
383382
"amount": -7500,
@@ -392,7 +391,6 @@ def test_insert_transactions(cur):
392391
"transaction_id": TRANSACTION_ID_1,
393392
"subtransaction_id": SUBTRANSACTION_ID_2,
394393
"plan_id": PLAN_ID_1,
395-
"approved": 1,
396394
"date": "2024-01-01",
397395
"id": SUBTRANSACTION_ID_2,
398396
"amount": -2500,

0 commit comments

Comments
 (0)