[test-fix] circular reference
This commit is contained in:
parent
49765b3009
commit
5b69a93871
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user