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

Duplicate test case for number format? #1025

Open
kygoh opened this issue Sep 7, 2023 · 1 comment
Open

Duplicate test case for number format? #1025

kygoh opened this issue Sep 7, 2023 · 1 comment

Comments

@kygoh
Copy link

kygoh commented Sep 7, 2023

Overview Description

The following 2 consecutive test cases appear to be duplicate:

assert numbers.format_decimal(6.5, '0', locale='sv') == '6'
assert numbers.format_decimal(6.5, '0', locale='sv') == '6'

Any particular reason for that?

@akx
Copy link
Member

akx commented Oct 1, 2023

Probably just a typo!

akx added a commit that referenced this issue May 7, 2024
@akx akx self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants