Skip to content

Commit 7cd78b4

Browse files
committed
DOC: fixing the test name to match method name
1 parent 2ca3d86 commit 7cd78b4

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
@@ -60,5 +60,5 @@ def test_exports(mock_show, env_analysis): # pylint: disable=unused-argument
6060

6161
@pytest.mark.slow
6262
@patch("matplotlib.pyplot.show")
63-
def test_get_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
63+
def test_create_environment_object(mock_show, env_analysis): # pylint: disable=unused-argument
6464
assert isinstance(env_analysis.get_environment_object(), Environment)

0 commit comments

Comments
 (0)