Skip to content

Commit 2425f29

Browse files
committed
TST: fixing the method call in the test
1 parent 7cd78b4 commit 2425f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_environment_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ def test_exports(mock_show, env_analysis): # pylint: disable=unused-argument
6161
@pytest.mark.slow
6262
@patch("matplotlib.pyplot.show")
6363
def test_create_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
64-
assert isinstance(env_analysis.get_environment_object(), Environment)
64+
assert isinstance(env_analysis.create_environment_object(), Environment)

0 commit comments

Comments
 (0)