Skip to content

Commit

Permalink
Fix geneset.py test error (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Aug 28, 2024
1 parent 4ad2dc6 commit b79284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geneset.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_getgeneset(self):
self.assertTrue("wikipathways" in gs)
self.assertEqual(gs["wikipathways"]["id"], "WP100")
self.assertEqual(gs["wikipathways"]["pathway_name"], "Glutathione metabolism")
self.assertEqual(gs["wikipathways"]["url"], "http://www.wikipathways.org/instance/WP100_r107114")
self.assertEqual(gs["wikipathways"]["url"], "https://www.wikipathways.org/instance/WP100")
self.assertEqual(gs["wikipathways"]["_license"], "https://www.wikipathways.org/terms.html")

self.assertTrue(any((gene.get("mygene_id") == "2937" and gene.get("symbol") == "GSS") for gene in gs["genes"]))
Expand Down

0 comments on commit b79284d

Please sign in to comment.