diff --git a/tests/test_usage_stats.py b/tests/test_usage_stats.py index 4896a0b..9b0a543 100644 --- a/tests/test_usage_stats.py +++ b/tests/test_usage_stats.py @@ -868,6 +868,14 @@ def test_approved_allocations_query_requires_approved_unvoided_matching_point_an attendance_point_name="二厂", ), _db_allocation(id=1006, report_id=1, report_item_id=102), + _db_allocation( + id=1007, + report_id=1, + report_item_id=101, + allocation_date=date(2026, 7, 26), + effective_minutes=999, + good_qty=999, + ), ] ) db.commit()