Skip to content

Commit

Permalink
no check for num of parsed pdbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 5, 2023
1 parent 42d9087 commit 8f6eb99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prody/tests/database/test_pfam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 8f6eb99

Please sign in to comment.