Skip to content

Commit

Permalink
chore: eventlayer cypress test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BRaimbault committed Dec 28, 2024
1 parent 12ac3a2 commit a059aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/layers/eventlayer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ context('Event Layers', () => {
Layer.validateCardTitle(
'Inpatient morbidity and mortality'
).validateCardPeriod(
`Feb 1, ${CURRENT_YEAR - 5} - Nov 30, ${CURRENT_YEAR}`
`Jan 1, ${CURRENT_YEAR - 5} - Nov 30, ${CURRENT_YEAR}`
)
Layer.validateCardItems(['Event'])
})
Expand Down

0 comments on commit a059aec

Please sign in to comment.