Skip to content

Commit

Permalink
test(rpcompletion): fit to 'rp_'
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Feb 9, 2023
1 parent aa5af8c commit f5a685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpcompletion/test_rpcompletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_rp_completion(self):
f'rp_{pathway_id}.xml'
)
ref_pathway = rpPathway.from_rpSBML(ref_file)
self.assertEqual(pathways[pathway_id], ref_pathway)
self.assertEqual(pathways[f'rp_{pathway_id}'], ref_pathway)

# print(pathways[0].get_id())
# exit()
Expand Down

0 comments on commit f5a685a

Please sign in to comment.