feat: add rows count (broken), fix: bug with low stock items
This commit is contained in:
@@ -218,7 +218,7 @@ void main() {
|
||||
|
||||
expect(
|
||||
() => service.decreaseStock('low-stock', 5),
|
||||
throwsA(isA<Exception>()),
|
||||
throwsA(isA<InsufficientStockException>()),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user