Skip to content

Commit 99b907f

Browse files
committed
cleanup
1 parent 442d15e commit 99b907f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/tests/unit/with_dbs/04/products/test_products_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def app(
3737

3838

3939
async def test_load_products(app: web.Application):
40-
# TODO: add more products
4140
products = await _service.load_products(app)
4241
assert isinstance(products, list)
4342
assert all(isinstance(product, Product) for product in products)

0 commit comments

Comments
 (0)