mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +00:00
fix: removed test case
This commit is contained in:
@@ -1773,17 +1773,6 @@ class TestSalesInvoice(FrappeTestCase):
|
|||||||
|
|
||||||
self.assertTrue(gle)
|
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):
|
def test_invalid_currency(self):
|
||||||
# Customer currency = USD
|
# Customer currency = USD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user