Test case cleanup and fixes
This commit is contained in:
@@ -17,8 +17,6 @@ import install_fixtures
|
||||
@frappe.whitelist()
|
||||
def setup_account(args=None):
|
||||
try:
|
||||
frappe.clear_cache()
|
||||
|
||||
if frappe.db.sql("select name from tabCompany"):
|
||||
frappe.throw(_("Setup Already Complete!!"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user