Skip to content

Commit 3b00f60

Browse files
committed
fix a unit test
1 parent 2db67d8 commit 3b00f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyomo/contrib/solver/tests/unit/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def test_context_manager(self):
140140
class TestLegacySolverWrapper(unittest.TestCase):
141141
def test_class_method_list(self):
142142
expected_list = [
143+
'api_version',
143144
'available',
144145
'config_block',
145146
'default_variable_value',

0 commit comments

Comments
 (0)