Skip to content

Commit ccac0b5

Browse files
Update tests/config/test_config.py
Co-authored-by: Daniël van Noord <[email protected]>
1 parent 65b12ce commit ccac0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_can_read_toml_rich_types(tmp_path: PosixPath) -> None:
100100

101101

102102
def test_can_read_toml_env_variable(tmp_path: PosixPath) -> None:
103-
"""We can read a properly formatted toml file."""
103+
"""We can read and open a properly formatted toml file."""
104104
config_file = tmp_path / "pyproject.toml"
105105
config_file.write_text(
106106
"""

0 commit comments

Comments
 (0)