Fixed test dependencies

This commit is contained in:
Nabin Hait 2018-02-13 14:49:09 +05:30
parent 56b2e12af8
commit bb821ec2af

View File

@ -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"),