feat: add rows count (broken), fix: bug with low stock items

This commit is contained in:
2026-08-02 23:23:28 +02:00
parent f5b2041612
commit 6060ca2713
19 changed files with 373 additions and 41 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ void main() {
expect(
() => service.decreaseStock('low-stock', 5),
throwsA(isA<Exception>()),
throwsA(isA<InsufficientStockException>()),
);
});
});