fix(Asset Repair): Remove test that's no longer necessary
This commit is contained in:
parent
39dba43b87
commit
18bbfdf343
@ -13,12 +13,6 @@ class TestAssetRepair(unittest.TestCase):
|
|||||||
create_asset_data()
|
create_asset_data()
|
||||||
frappe.db.sql("delete from `tabTax Rule`")
|
frappe.db.sql("delete from `tabTax Rule`")
|
||||||
|
|
||||||
def test_completion_date(self):
|
|
||||||
asset_repair = create_asset_repair()
|
|
||||||
asset_repair.repair_status = "Completed"
|
|
||||||
asset_repair.save()
|
|
||||||
self.assertTrue(asset_repair.completion_date)
|
|
||||||
|
|
||||||
def test_update_status(self):
|
def test_update_status(self):
|
||||||
asset = create_asset()
|
asset = create_asset()
|
||||||
initial_status = asset.status
|
initial_status = asset.status
|
||||||
|
Loading…
Reference in New Issue
Block a user