def test_read_customer_json_file_error(self):
     self.assertRaises(Exception, lambda:Calendar.read_events_json_file('mock.json'))