test: fix test_asset_repair setup

This commit is contained in:
David
2024-10-11 06:39:51 +02:00
parent 56c99fe7e1
commit cba398f186

View File

@@ -28,6 +28,7 @@ from erpnext.stock.doctype.serial_and_batch_bundle.test_serial_and_batch_bundle
class TestAssetRepair(IntegrationTestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
set_depreciation_settings_in_company()
create_asset_data()
create_item("_Test Stock Item")