mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
refactor: import from new location
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# See license.txt
|
||||
|
||||
# import frappe
|
||||
from frappe.tests.utils import FrappeTestCase
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestIncoterm(FrappeTestCase):
|
||||
class TestIncoterm(IntegrationTestCase):
|
||||
pass
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
|
||||
import frappe
|
||||
from frappe.tests.utils import FrappeTestCase
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestTransactionDeletionRecord(FrappeTestCase):
|
||||
class TestTransactionDeletionRecord(IntegrationTestCase):
|
||||
def setUp(self):
|
||||
create_company("Dunder Mifflin Paper Co")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user