From 509c5c4d17f4f3b4637a6ddd3c7f0192d62e7d55 Mon Sep 17 00:00:00 2001 From: ljain112 Date: Tue, 25 Mar 2025 15:22:19 +0530 Subject: [PATCH] fix: removed test case --- .../doctype/sales_invoice/test_sales_invoice.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index a407f90b51f..0f9e339a26e 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -1773,17 +1773,6 @@ class TestSalesInvoice(FrappeTestCase): self.assertTrue(gle) - def test_invoice_exchange_rate(self): - si = create_sales_invoice( - customer="_Test Customer USD", - debit_to="_Test Receivable USD - _TC", - currency="USD", - conversion_rate=1, - do_not_save=1, - ) - - self.assertRaises(frappe.ValidationError, si.save) - def test_invalid_currency(self): # Customer currency = USD