Skip to content

Commit

Permalink
test: Fix broken tests (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand authored Jul 12, 2022
1 parent cd9a37e commit 896c154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions healthcare/healthcare/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,15 +799,15 @@ def before_tests():
from frappe.desk.page.setup_wizard.setup_wizard import setup_complete
if not frappe.get_list("Company"):
setup_complete({
"currency" :"USD",
"currency" :"INR",
"full_name" :"Test User",
"company_name" :"Frappe Care LLC",
"timezone" :"America/New_York",
"company_abbr" :"WP",
"industry" :"Healthcare",
"country" :"United States",
"fy_start_date" :"2021-01-01",
"fy_end_date" :"2021-12-31",
"fy_start_date" :"2022-04-01",
"fy_end_date" :"2023-03-31",
"language" :"english",
"company_tagline" :"Testing",
"email" :"test@erpnext.com",
Expand Down

0 comments on commit 896c154

Please sign in to comment.