2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-12 07:04:00 +00:00
erpnext/erpnext/loan_management/doctype/loan_security_shortfall/test_loan_security_shortfall.py
2021-11-05 11:16:29 +05:30

10 lines
180 B
Python

# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# import frappe
import unittest
class TestLoanSecurityShortfall(unittest.TestCase):
pass