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): Fixed an issue where coordination number test would fail d… #64

Merged

Conversation

Johannestegner
Copy link
Member

…ue to 'expectaton' being wrongly parsed on int to string (no 00 format).

Type of change

  • Bug fix

Description

When parsing the "expected" value for dates on coordination numbers, any integer less than 10 would produce a single char value instead of double (i.e., 08 would be 8 instead of 08).

This fix takes care of that and makes the tests pass.

Motivation

Fixes the tests!

Checklist

  • I have read the CONTRIBUTING document.
  • I have read and accepted the Code of conduct
  • Tests passes.
  • Style lints passes.

…ue to 'expectaton' being wrongly parsed on int to string (no 00 format).

Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
@Johannestegner Johannestegner merged commit f525bcd into personnummer:master Mar 11, 2023
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.

1 participant