From 8a761c701af250997004b8f515b56806c48f7176 Mon Sep 17 00:00:00 2001 From: mariusrklein <47218379+mariusrklein@users.noreply.github.com> Date: Thu, 29 May 2025 13:46:39 +0200 Subject: [PATCH] fix: remove redundant obj.save() --- jdav_web/finance/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jdav_web/finance/tests.py b/jdav_web/finance/tests.py index ce988f4..949b124 100644 --- a/jdav_web/finance/tests.py +++ b/jdav_web/finance/tests.py @@ -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',