From 8f6eb9983adef6132628cbf72d8142209625b7a7 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Sun, 5 Nov 2023 18:32:19 +0100 Subject: [PATCH] no check for num of parsed pdbs --- prody/tests/database/test_pfam.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/prody/tests/database/test_pfam.py b/prody/tests/database/test_pfam.py index ebfee6879..7b3a1316a 100644 --- a/prody/tests/database/test_pfam.py +++ b/prody/tests/database/test_pfam.py @@ -226,9 +226,6 @@ def testMultiDomainStart2(self): self.assertIsInstance(b[0], Selection, 'fetchPfamMSA failed to return a list of Selection instances') - self.assertEqual(len(b), 23, - 'fetchPfamMSA failed to return a list of length 23') - self.assertEqual(b[0].getResnums()[0], 418, 'fetchPfamMSA failed to return a first Selection with first resnum 418')