We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd78b4 commit 2425f29Copy full SHA for 2425f29
1 file changed
tests/integration/test_environment_analysis.py
@@ -61,4 +61,4 @@ def test_exports(mock_show, env_analysis): # pylint: disable=unused-argument
61
@pytest.mark.slow
62
@patch("matplotlib.pyplot.show")
63
def test_create_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
64
- assert isinstance(env_analysis.get_environment_object(), Environment)
+ assert isinstance(env_analysis.create_environment_object(), Environment)
0 commit comments