From 38a0e5a79abbe3422dafaa5d6c4cdb28ead68ac9 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Sun, 5 Nov 2023 17:34:46 +0100 Subject: [PATCH] add extra LBD domain to second place --- prody/tests/database/test_pfam.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/prody/tests/database/test_pfam.py b/prody/tests/database/test_pfam.py index 70cc9b0bd..2bff14425 100644 --- a/prody/tests/database/test_pfam.py +++ b/prody/tests/database/test_pfam.py @@ -37,7 +37,7 @@ def testUniprotAccMulti(self): 'searchPfam failed to return a dict instance') self.assertEqual(sorted(list(a.keys())), - ['PF00060', 'PF01094', 'PF10613'], + ['PF00060', 'PF00497', 'PF01094', 'PF10613'], 'searchPfam failed to return the right domain family IDs') def testPdbIdChMulti(self): @@ -49,9 +49,8 @@ def testPdbIdChMulti(self): self.assertIsInstance(a, dict, 'searchPfam failed to return a dict instance') - self.assertEqual(sorted(list(a.keys())), - ['PF00060', 'PF01094', 'PF10613'], - 'searchPfam failed to return the right domain family IDs for AMPAR') + self.assertEqual(sorted(list(a.keys())), ['PF00060', 'PF00497', 'PF01094', 'PF10613'], + 'searchPfam failed to return the right domain family IDs for AMPAR') def testPdbIdChSingle(self): """Test the outcome of a simple search scenario using a PDB ID