Skip to content

Commit

Permalink
- removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 27, 2022
1 parent dca5976 commit cd49c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_basico_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_notes(self):
self.assertTrue('Multiline' in new_notes)

metab_notes = basico.model_info.get_notes(name='[X]')
self.assertTrue(metab_notes.strip() == '')
basico.model_info.set_notes('Notes on the species X', name='[X]')
new_metab_notes = basico.model_info.get_notes(name='[X]')
self.assertTrue('species X' in new_metab_notes)
Expand Down

0 comments on commit cd49c2c

Please sign in to comment.