fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 46s

This commit is contained in:
2025-12-09 17:44:18 +09:00
parent 108e17edb8
commit d220342d56
9 changed files with 32 additions and 8 deletions

View File

@@ -177,3 +177,7 @@ def test_product_stock_joint_transaction(sql_session: Session) -> None:
)
assert product_stock(sql_session, product) == 5 - 3
def test_product_stock_throw_away(sql_session: Session) -> None:
...