commit | bb821ec2af059c6fef9c35c96814056302aaf5b8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Feb 13 14:49:09 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Feb 13 14:49:09 2018 +0530 |
tree | ee79f8738b019329af38cb944db739cd1b18ba44 | |
parent | 56b2e12af81421fbcb04c5b12759107e3ac14258 [diff] |
Fixed test dependencies
diff --git a/erpnext/hotels/doctype/hotel_room/test_hotel_room.py b/erpnext/hotels/doctype/hotel_room/test_hotel_room.py index 00d3aea..ab2f829 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 @@ import frappe import unittest - +test_dependents = ["Hotel Room Package"] test_records = [ dict(doctype="Hotel Room", name="1001", hotel_room_type="Basic Room"),