diff --git a/tests/test_akademik_takvim.py b/tests/test_akademik_takvim.py index a787a45e..74cde478 100644 --- a/tests/test_akademik_takvim.py +++ b/tests/test_akademik_takvim.py @@ -108,7 +108,7 @@ def test_edit_with_Akademik_Takvim_model(self): query='MOLEKÜLER BİYOLOJİ VE GENETİK BÖLÜMÜ') # Queryset alanına girilen değere ait bir ya da birden fazla kayıt bulunduğunu gösterir. - assert len(resp.json['objects'][0]) - 1 == num_of_kayit.count() + assert len(resp.json['objects']) == num_of_kayit.count()