Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Jul 15, 2023
1 parent 1cb03d5 commit bc33e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@ def test_appointment_reschedule(self, appointment):

def test_appointment_cancel(self, appointment):
update_status(appointment.name, "Cancelled")
self.assertTrue(frappe.db.exists("Event", {"name": appointment.event, "event_type": "Cancelled"}))
self.assertTrue(frappe.db.exists("Event", {"name": appointment.event, "status": "Cancelled"}))

0 comments on commit bc33e76

Please sign in to comment.