mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Fixed test dependencies
This commit is contained in:
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
test_dependents = ["Hotel Room Package"]
|
||||||
test_records = [
|
test_records = [
|
||||||
dict(doctype="Hotel Room", name="1001",
|
dict(doctype="Hotel Room", name="1001",
|
||||||
hotel_room_type="Basic Room"),
|
hotel_room_type="Basic Room"),
|
||||||
|
|||||||
Reference in New Issue
Block a user