From 7a30f0cf1cb94ac6480ac6dcf1f24263eb372381 Mon Sep 17 00:00:00 2001 From: yetercatikkas Date: Mon, 29 Feb 2016 16:18:02 +0200 Subject: [PATCH] =?UTF-8?q?Son=20sat=C4=B1rdaki=20hata=20d=C3=BCzeltildi,c?= =?UTF-8?q?loses=20GH-197?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_akademik_takvim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()