Skip to content

Commit de3a0e8

Browse files
committed
Fix test after semplification
1 parent a9ba572 commit de3a0e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_environment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,21 @@ def test_uv_lock_export(tmp_path):
148148
version = "24.1.0"
149149
source = { registry = "https://pypi.org/simple" }
150150
sdist = { url = "https://example.com/aiofiles-24.1.0.tar.gz", hash = "sha256:1" }
151-
wheels = [{ url = "https://example.com/aiofiles-24.1.0.whl", hash = "sha256:2" }]
151+
wheels = [{ url = "https://example.com/aiofiles-24.1.0-py3-none-any.whl", hash = "sha256:2" }]
152152
153153
[[package]]
154154
name = "annotated-doc"
155155
version = "0.0.4"
156156
source = { registry = "https://pypi.org/simple" }
157157
sdist = { url = "https://example.com/annotated_doc-0.0.4.tar.gz", hash = "sha256:3" }
158-
wheels = [{ url = "https://example.com/annotated_doc-0.0.4.whl", hash = "sha256:4" }]
158+
wheels = [{ url = "https://example.com/annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:4" }]
159159
160160
[[package]]
161161
name = "annotated-types"
162162
version = "0.7.0"
163163
source = { registry = "https://pypi.org/simple" }
164164
sdist = { url = "https://example.com/annotated_types-0.7.0.tar.gz", hash = "sha256:5" }
165-
wheels = [{ url = "https://example.com/annotated_types-0.7.0.whl", hash = "sha256:6" }]
165+
wheels = [{ url = "https://example.com/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:6" }]
166166
167167
[[package]]
168168
name = "demo"

0 commit comments

Comments
 (0)