Skip to content

Commit

Permalink
test: adjust last updated rowsLength since an event was edited in the db
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Mar 20, 2024
1 parent 6aac2a4 commit 9ed2992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/timeDimensions.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe(['>=39'], 'time dimensions', () => {
{ id: DIMENSION_ID_EVENT_DATE, rowsLength: 7 },
{ id: DIMENSION_ID_ENROLLMENT_DATE, rowsLength: 13 },
{ id: DIMENSION_ID_INCIDENT_DATE, rowsLength: 13 },
{ id: DIMENSION_ID_LAST_UPDATED, rowsLength: 12 },
{ id: DIMENSION_ID_LAST_UPDATED, rowsLength: 11 },
{ id: DIMENSION_ID_SCHEDULED_DATE, rowsLength: 7 },
]

Expand Down

0 comments on commit 9ed2992

Please sign in to comment.