mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
[test-fix] circular reference
This commit is contained in:
@@ -6,6 +6,7 @@ from __future__ import unicode_literals
|
||||
import frappe, unittest
|
||||
|
||||
test_records = frappe.get_test_records('Fiscal Year')
|
||||
test_ignore = ["Company"]
|
||||
|
||||
class TestFiscalYear(unittest.TestCase):
|
||||
def test_extra_year(self):
|
||||
|
||||
@@ -4,4 +4,4 @@ from __future__ import unicode_literals
|
||||
|
||||
|
||||
import frappe
|
||||
test_records = frappe.get_test_records('Uom')
|
||||
test_records = frappe.get_test_records('UOM')
|
||||
|
||||
Reference in New Issue
Block a user