mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
Testcase fixes (#11238)
* Restaurant test records fixed * Fixes for test cases
This commit is contained in:
@@ -8,9 +8,9 @@ import unittest
|
||||
|
||||
test_records = [
|
||||
dict(doctype='Restaurant', name='Test Restaurant 1', company='_Test Company 1',
|
||||
invoice_series_prefix='Test-Rest-1-Inv-', defaut_customer='_Test Customer 1'),
|
||||
invoice_series_prefix='Test-Rest-1-Inv-', default_customer='_Test Customer 1'),
|
||||
dict(doctype='Restaurant', name='Test Restaurant 2', company='_Test Company 1',
|
||||
invoice_series_prefix='Test-Rest-2-Inv-', defaut_customer='_Test Customer 1'),
|
||||
invoice_series_prefix='Test-Rest-2-Inv-', default_customer='_Test Customer 1'),
|
||||
]
|
||||
|
||||
class TestRestaurant(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user