0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed a small collection of flake8 violations that had snuck in

This commit is contained in:
Alex Gaynor 2014-03-20 10:30:41 -07:00
parent 3ecc25bd58
commit 0cf158cf9a

View File

@ -1988,6 +1988,7 @@ class FileAndImageFieldTests(TestCase):
self.assertEqual(instance.image.name, 'foo/test4.png') self.assertEqual(instance.image.name, 'foo/test4.png')
instance.delete() instance.delete()
class ModelOtherFieldTests(TestCase): class ModelOtherFieldTests(TestCase):
def test_big_integer_field(self): def test_big_integer_field(self):
bif = BigIntForm({'biggie': '-9223372036854775808'}) bif = BigIntForm({'biggie': '-9223372036854775808'})