Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed May 7, 2020
1 parent db54219 commit ae02eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/query/test_query_metabolites_meta.py
Expand Up @@ -103,7 +103,7 @@ def test_get_metabolite_similar_compounds(self):

def test_get_unique_metabolites(self):
result = self.src.get_unique_metabolites()
self.assertTrue(result in [5224, 5223])
self.assertTrue(result in list(range(5222, 5226)))

def test_get_metabolites_meta(self):
self.assertEqual(self.src.get_metabolites_meta('lafj;aj'), {})
Expand Down

0 comments on commit ae02eae

Please sign in to comment.