test: just debugging

This commit is contained in:
khushi8112
2025-09-16 22:45:05 +05:30
parent e08f82909c
commit 6b83309750

View File

@@ -81,7 +81,8 @@ class TestProcessStatementOfAccounts(AccountsTestMixin, IntegrationTestCase):
process_soa = create_process_soa(
name="_Test Process SOA", enable_auto_email=1, report="Accounts Receivable"
)
send_emails(process_soa.name, from_scheduler=True)
if not frappe.flags.in_migrate:
send_emails(process_soa.name, from_scheduler=True)
process_soa.load_from_db()
self.assertEqual(process_soa.posting_date, getdate(add_days(today(), 7)))