mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 13:44:44 +00:00
Removes a useless line from tests.
This commit is contained in:
parent
8daf820c6e
commit
fed5844923
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue