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 test case of file helperFunctions.test.ts #22

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Conversation

amustaque97
Copy link
Collaborator

Fixes: #21

Two test cases were failing because of change in `month` and `year` value
respectively. In function `extractCounter` in case of monthly we're checking
current month and in case of year we're checking current year. As part of fix
in the test case I'm considering current month and year so that it should pass
the condition.
@amustaque97 amustaque97 self-assigned this Aug 1, 2022
@amustaque97 amustaque97 merged commit b0bcca0 into master Aug 1, 2022
@amustaque97 amustaque97 deleted the fix/test-cases branch August 1, 2022 21:08
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.

Fix test failures
1 participant