test: replaced FrappeTestCase with UnitTestCase

This commit is contained in:
Jannat Patel
2024-10-10 16:20:53 +05:30
parent aba4c034fc
commit 675bcc8956
21 changed files with 41 additions and 41 deletions

View File

@@ -2,8 +2,8 @@
# See license.txt
# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase
class TestLMSJobApplication(FrappeTestCase):
class TestLMSJobApplication(UnitTestCase):
pass