Skip to content

Commit

Permalink
7 -> 4 in test_corum
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Apr 15, 2020
1 parent 5cf90ae commit d6357f8
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 @@ -41,7 +41,7 @@ def test_load_some_content(self):
cursor = collection.find({'subunits_uniprot_id': 'P41182'}).limit(3)
self.assertEqual(cursor.count(), 3)
self.assertEqual(cursor[1]['complex_id'], 3)
self.assertEqual(cursor[2]['subunits_protein_name'], ['B-cell lymphoma 6 protein', 'Histone deacetylase 7'])
self.assertEqual(cursor[2]['subunits_protein_name'], ['B-cell lymphoma 6 protein', 'Histone deacetylase 4'])
src.client.close()

@unittest.skip(" loading all contents")
Expand Down

0 comments on commit d6357f8

Please sign in to comment.