mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
Merge branch 'develop' into hr-separation
This commit is contained in:
@@ -12,9 +12,6 @@ def test_method():
|
||||
|
||||
class TestInit(unittest.TestCase):
|
||||
def test_regional_overrides(self):
|
||||
frappe.flags.country = "India"
|
||||
self.assertEqual(test_method(), "overridden")
|
||||
|
||||
frappe.flags.country = "Maldives"
|
||||
self.assertEqual(test_method(), "original")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user