Removes a useless line from tests.

This commit is contained in:
Bertrand Bordage 2014-09-29 20:45:03 +02:00
parent 8daf820c6e
commit fed5844923

View file

@ -1083,7 +1083,6 @@ class AtomicTestCase(TestCase):
data2 = list(Test.objects.all())
self.assertListEqual(data2, [t1, t3])
raise ZeroDivisionError
Test.objects.create(name='test4')
except ZeroDivisionError:
pass
data3 = list(Test.objects.all())