We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442d15e commit 99b907fCopy full SHA for 99b907f
services/web/server/tests/unit/with_dbs/04/products/test_products_service.py
@@ -37,7 +37,6 @@ def app(
37
38
39
async def test_load_products(app: web.Application):
40
- # TODO: add more products
41
products = await _service.load_products(app)
42
assert isinstance(products, list)
43
assert all(isinstance(product, Product) for product in products)
0 commit comments