Skip to content

Commit 0cd67e0

Browse files
Update tests/usethis/_integrations/uv/test_init.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1da2b70 commit 0cd67e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_integrations/uv/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def mock_call_uv_subprocess(*_: Any, **__: Any) -> None:
4848
opinionated_uv_init()
4949

5050
def test_build_backend_is_hatch(self, tmp_path: Path):
51-
# Act
5251
with change_cwd(tmp_path), PyprojectTOMLManager() as manager:
52+
# Act
5353
opinionated_uv_init()
5454

5555
# Assert

0 commit comments

Comments
 (0)