Skip to content

Commit

Permalink
remove bacterial PF00497 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Jun 7, 2024
1 parent 5c1c589 commit e229d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prody/tests/database/test_pfam.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def testUniprotAccMulti(self):
'searchPfam failed to return a dict instance')

self.assertEqual(sorted(list(a.keys())),
['PF00060', 'PF00497', 'PF01094', 'PF10613'],
['PF00060', 'PF01094', 'PF10613'],
'searchPfam failed to return the right domain family IDs')

def testPdbIdChMulti(self):
Expand All @@ -46,7 +46,7 @@ def testPdbIdChMulti(self):
self.assertIsInstance(a, dict,
'searchPfam failed to return a dict instance')

self.assertEqual(sorted(list(a.keys())), ['PF00060', 'PF00497', 'PF01094', 'PF10613'],
self.assertEqual(sorted(list(a.keys())), ['PF00060', 'PF01094', 'PF10613'],
'searchPfam failed to return the right domain family IDs for AMPAR')

def testPdbIdChSingle(self):
Expand Down

0 comments on commit e229d71

Please sign in to comment.