mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
test: fix naming series for serial no on test_serial_no_valuation_for_legacy_ledgers
This commit is contained in:
@@ -610,7 +610,7 @@ class TestSerialandBatchBundle(IntegrationTestCase):
|
|||||||
def test_serial_no_valuation_for_legacy_ledgers(self):
|
def test_serial_no_valuation_for_legacy_ledgers(self):
|
||||||
sn_item = make_item(
|
sn_item = make_item(
|
||||||
"Test Serial No Valuation for Legacy Ledgers",
|
"Test Serial No Valuation for Legacy Ledgers",
|
||||||
properties={"has_serial_no": 1, "serial_no_series": "SNN-TSNVL.-#####"},
|
properties={"has_serial_no": 1, "serial_no_series": "SNN-TSNVL-.#####"},
|
||||||
).name
|
).name
|
||||||
|
|
||||||
serial_nos = []
|
serial_nos = []
|
||||||
|
|||||||
Reference in New Issue
Block a user