mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Maintenance Schedule",
|
||||
"name": "_Test Maintenance Schedule 1"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user