minor fix

This commit is contained in:
Nabin Hait 2014-08-29 11:50:52 +05:30
parent 14b8af2e65
commit 0514e07ef4
2 changed files with 0 additions and 16 deletions

View File

@ -1,10 +0,0 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
# See license.txt
import frappe
import unittest
test_records = frappe.get_test_records('Maintenance Schedule')
class TestMaintenanceSchedule(unittest.TestCase):
pass

View File

@ -1,6 +0,0 @@
[
{
"doctype": "Maintenance Schedule",
"name": "_Test Maintenance Schedule 1"
}
]