Skip to content

Commit b66dce8

Browse files
Strengthen test in tests/usethis/_core/test_core_tool.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 648d1c1 commit b66dce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_core/test_core_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4361,7 +4361,7 @@ def test_removes_config(self, uv_init_dir: Path):
43614361
use_ty(remove=True)
43624362

43634363
# Assert
4364-
assert "[tool.ty]" not in (uv_init_dir / "pyproject.toml").read_text()
4364+
assert "[tool.ty" not in (uv_init_dir / "pyproject.toml").read_text()
43654365

43664366
@pytest.mark.usefixtures("_vary_network_conn")
43674367
def test_removes_dependency(self, uv_init_dir: Path):

0 commit comments

Comments
 (0)