Skip to content

Commit

Permalink
- typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Dec 13, 2022
1 parent 95053be commit 51008a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basico_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_reaction_modifiers(self):
basico.set_reaction('mod_r', function='Allosteric inhibition (MWC)', mapping={'non_existing': 'species_A'})
reaction = basico.as_dict(basico.get_reactions('mod_r', exact=True))
self.assertIsNotNone(reaction)
self.assertIsNotEqual(reaction['function'], 'Allosteric inhibition (MWC)')
self.assertNotEqual(reaction['function'], 'Allosteric inhibition (MWC)')

# now again with inhibitor, this time it should work
basico.set_reaction('mod_r', function='Allosteric inhibition (MWC)', mapping={'Inhibitor': 'species_A'})
Expand Down

0 comments on commit 51008a5

Please sign in to comment.