minot fix

This commit is contained in:
Nabin Hait 2019-04-23 18:44:57 +05:30
parent 319c912f91
commit 1f61a1ecf2

View File

@ -729,7 +729,7 @@ class TestStockEntry(unittest.TestCase):
make_stock_entry(item_code="_Test Item 2", target="_Test Warehouse - _TC", qty=50, basic_rate=20)
item_quantity = {
'_Test Item': 2.0,
'_Test Item': 10.0,
'_Test Item 2': 12.0,
'_Test Serialized Item With Series': 6.0
}