mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
fix: fix CI
This commit is contained in:
@@ -14,6 +14,3 @@ class TestInit(unittest.TestCase):
|
||||
def test_regional_overrides(self):
|
||||
frappe.flags.country = "Maldives"
|
||||
self.assertEqual(test_method(), "original")
|
||||
|
||||
frappe.flags.country = "France"
|
||||
self.assertEqual(test_method(), "overridden")
|
||||
|
||||
Reference in New Issue
Block a user