Skip to content

Commit 658dab3

Browse files
committed
NFC: fix typo
1 parent cbd702d commit 658dab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/repn/tests/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class TestPlugins(unittest.TestCase):
2121
def test_active(self):
2222
with self.assertRaises(KeyError):
23-
active_writer_version('nonexistant_writer')
23+
active_writer_version('nonexistent_writer')
2424
ver = active_writer_version('lp')
2525
self.assertIs(
2626
WriterFactory.get_class('lp'), WriterFactory.get_class(f'lp_v{ver}')

0 commit comments

Comments
 (0)