Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Sep 18, 2024
1 parent fae103a commit c2f09cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jest.mock('../../../../data/services/EnterpriseAccessApiService');

const futureStartDate = dayjs().add(5, 'days').toISOString();
const pastStartDate = dayjs().subtract(5, 'days').toISOString();
const enrollByTimestamp = dayjs().subtract(10, 'days').unix();
const enrollByTimestamp = dayjs().add(2, 'days').unix();
const enrollByDropdownText = `Enroll by ${dayjs.unix(enrollByTimestamp).format(SHORT_MONTH_DATE_FORMAT)}`;

const originalData = {
Expand Down

0 comments on commit c2f09cb

Please sign in to comment.