Skip to content

Commit

Permalink
chore: use FrappeTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Nov 11, 2024
1 parent 71a1e50 commit 558fac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext/accounts/report/sales_register/test_sales_register.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import frappe
from frappe.tests import IntegrationTestCase
from frappe.tests.utils import FrappeTestCase
from frappe.utils import getdate, today

from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_sales_invoice
from erpnext.accounts.report.sales_register.sales_register import execute
from erpnext.accounts.test.accounts_mixin import AccountsTestMixin


class TestItemWiseSalesRegister(AccountsTestMixin, IntegrationTestCase):
class TestItemWiseSalesRegister(AccountsTestMixin, FrappeTestCase):
def setUp(self):
self.create_company()
self.create_customer()
Expand Down

0 comments on commit 558fac6

Please sign in to comment.