fix: remove redundant obj.save()

pull/155/head
mariusrklein 7 months ago
parent f468d210e2
commit 8a761c701a

@ -101,9 +101,7 @@ class StatementTestCase(TestCase):
activity = 'hi',
ljp_proposal=ljpproposal
)
int.save()
ljpproposal.save()
self.b1 = Bill.objects.create(
statement=self.st5,
short_description='covered bill',

Loading…
Cancel
Save