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 2ca3d86 commit 7cd78b4Copy full SHA for 7cd78b4
1 file changed
tests/integration/test_environment_analysis.py
@@ -60,5 +60,5 @@ def test_exports(mock_show, env_analysis): # pylint: disable=unused-argument
60
61
@pytest.mark.slow
62
@patch("matplotlib.pyplot.show")
63
-def test_get_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
+def test_create_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
64
assert isinstance(env_analysis.get_environment_object(), Environment)
0 commit comments