@sprucelabs/spruce-calendar-components 24.3.0 → 24.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -243,7 +243,7 @@ Try adding the following to your state's load():
243
243
  const tools = new CalendarToolRegistrar(stateMachine)
244
244
  await tools.fetchAndAddCards()
245
245
  `);
246
- test_utils_1.assert.isEqualDeep(passedTargetAndPayload.target, { organizationId: org.id, calendarEventId: event.id }, `Your target is not what is expected! Make sure you are sending organizationId and calendarEventId`);
246
+ test_utils_1.assert.doesInclude(passedTargetAndPayload.target, { organizationId: org.id, calendarEventId: event.id }, `Your target is not what is expected! Make sure you are sending organizationId and calendarEventId`);
247
247
  test_utils_1.assert.isEqualDeep(passedTargetAndPayload.payload, {
248
248
  eventTypeSlug: event.eventTypeSlug,
249
249
  }, `Your payload does not what is expected! Make sure you pass through eventTypeSlug.`);