mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +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)
|
expected_digit_tuple = (0, (1, 2, 0, 0), -2)
|
||||||
assert value == expected_digit_tuple
|
assert value == expected_digit_tuple
|
||||||
|
|
||||||
|
|
||||||
class TestNormalizedValueDecimalField(TestCase):
|
class TestNormalizedValueDecimalField(TestCase):
|
||||||
"""
|
"""
|
||||||
Test that we get the expected behavior of on DecimalField when normalize=True
|
Test that we get the expected behavior of on DecimalField when normalize=True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user