Skip to content

Commit 102affa

Browse files
authored
Fix comment in test
1 parent e46a7a0 commit 102affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_meson_python_file_handling(tmp_path: Path) -> None:
190190
"""
191191
pth_file = tmp_path / "_whatever_editable_loader.py"
192192
pth_file.write_text(
193-
# The path in argument 2 suffixed with src must exist, so we pass `.`.
193+
# The path in argument 2 suffixed with src must exist, so we pass `packages/griffelib`.
194194
"hello=1\ninstall({'griffe', 'hello'}, 'packages/griffelib', ['/tmp/ninja'], False)",
195195
encoding="utf8",
196196
)

0 commit comments

Comments
 (0)