mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
refactor(test): flaky test setup in Exchange Rate Revaluation
This commit is contained in:
@@ -30,6 +30,8 @@ class TestExchangeRateRevaluation(AccountsTestMixin, ERPNextTestSuite):
|
||||
system_settings = frappe.get_doc("System Settings")
|
||||
system_settings.float_precision = 2
|
||||
system_settings.currency_precision = 2
|
||||
system_settings.language = "en"
|
||||
system_settings.time_zone = "Asia/Kolkata"
|
||||
system_settings.save()
|
||||
|
||||
# Using Exchange Gain/Loss account for unrealized as well.
|
||||
|
||||
Reference in New Issue
Block a user