mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-25 23:50:01 +03:00
Fixed linting error in test_fields
This commit is contained in:
parent
963bdc78b0
commit
9c1fffa8c3
|
@ -1169,6 +1169,7 @@ class TestQuantizedValueForDecimal(TestCase):
|
|||
expected_digit_tuple = (0, (1, 2, 0, 0), -2)
|
||||
assert value == expected_digit_tuple
|
||||
|
||||
|
||||
class TestNormalizedValueDecimalField(TestCase):
|
||||
"""
|
||||
Test that we get the expected behavior of on DecimalField when normalize=True
|
||||
|
|
Loading…
Reference in New Issue
Block a user