Skip to content

Commit 027d2e5

Browse files
committed
Update test expectation
1 parent 31702dd commit 027d2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy/test/test_config_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ def test_extend_cyclic(self) -> None:
206206

207207
assert stdout.getvalue() == ""
208208
assert stderr.getvalue() == (
209-
f"Circular extend detected: /private{pyproject}\n"
210-
f"../pyproject.toml is not a valid path to extend from /private{ini}\n"
209+
f"Circular extend detected: {pyproject}\n"
210+
f"../pyproject.toml is not a valid path to extend from {ini}\n"
211211
)

0 commit comments

Comments
 (0)