Skip to content

Commit

Permalink
NFC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Aug 9, 2024
1 parent cbd702d commit 658dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/repn/tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class TestPlugins(unittest.TestCase):
def test_active(self):
with self.assertRaises(KeyError):
active_writer_version('nonexistant_writer')
active_writer_version('nonexistent_writer')
ver = active_writer_version('lp')
self.assertIs(
WriterFactory.get_class('lp'), WriterFactory.get_class(f'lp_v{ver}')
Expand Down

0 comments on commit 658dab3

Please sign in to comment.