diff --git a/erpnext/hotels/doctype/hotel_room/test_hotel_room.py b/erpnext/hotels/doctype/hotel_room/test_hotel_room.py index 00d3aea394c..ab2f8293ade 100644 --- a/erpnext/hotels/doctype/hotel_room/test_hotel_room.py +++ b/erpnext/hotels/doctype/hotel_room/test_hotel_room.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals import frappe import unittest - +test_dependents = ["Hotel Room Package"] test_records = [ dict(doctype="Hotel Room", name="1001", hotel_room_type="Basic Room"),