mirror of
https://github.com/django/django.git
synced 2025-02-08 00:16:31 +00:00
Removed binary input test line
That line was inconveniently introduced by the committer (me) in 3b966c2b73. Sorry!
This commit is contained in:
parent
3b966c2b73
commit
8a9f39d2b3
@ -251,7 +251,6 @@ class FieldsTests(SimpleTestCase):
|
||||
f = IntegerField()
|
||||
self.assertEqual(1, f.clean(1.0))
|
||||
self.assertEqual(1, f.clean('1.0'))
|
||||
self.assertEqual(1, f.clean(b'1.0'))
|
||||
self.assertEqual(1, f.clean(' 1.0 '))
|
||||
self.assertEqual(1, f.clean('1.'))
|
||||
self.assertEqual(1, f.clean(' 1. '))
|
||||
|
Loading…
x
Reference in New Issue
Block a user