fixed literature test

This commit is contained in:
Oliver Zander 2025-08-21 10:47:17 +02:00 committed by Tobias Herre
parent 295f41ff75
commit 0839439671
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ class ModelTestCase(TestCase):
def test_literature(self):
obj = Literature.objects.create(cost='100', notes='jolo', selfbuy_give_data=False)
self.assertEqual(obj.service_id,'Literature1')
self.assertEqual(obj.service_id, f'Literature{obj.id}')