Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4431: Update the excludedDate to match the year to check of the isYearDisabled #11

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

balajis-qb
Copy link
Collaborator

Closes Hacker0x01#4431

Summary

This PR addresses the issues in the test block date_utils › isYearDisabled › should be disabled if in excluded dates. The issue was we were excluding the current date (year 2024), but expecting the last year (2023) to be excluded.

Changes Made

I updated the date to match the year we're expecting to exclude.

image

…Disabled test case

- Fixed date_utils › isYearDisabled › should be disabled if in excluded dates

Closes: Hacker0x01#4431
@balajis-qb balajis-qb merged commit d4b1769 into main Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with the isYearDisabled Test case in the date_utils_test.test.js module
1 participant