Skip to content

Commit

Permalink
test_corum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Apr 15, 2020
1 parent 711c500 commit 5cf90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_source/test_corum_nosql.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_load_some_content(self):
self.assertTrue(collection.count_documents({}) in [18, 19, 20])
cursor = collection.find({'subunits_uniprot_id': 'P41182'}).limit(3)
self.assertEqual(cursor.count(), 3)
self.assertEqual(cursor[1]['complex_id'], 2)
self.assertEqual(cursor[1]['complex_id'], 3)
self.assertEqual(cursor[2]['subunits_protein_name'], ['B-cell lymphoma 6 protein', 'Histone deacetylase 7'])
src.client.close()

Expand Down

0 comments on commit 5cf90ae

Please sign in to comment.