Skip to content

Commit ede95b4

Browse files
committed
fixup tests
1 parent 498c150 commit ede95b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ pip_fallback==0.0.1
696696
pypi.hub_whl_map().contains_exactly({
697697
"pypi": {
698698
"direct_without_sha": {
699-
"pypi_315_direct_without_sha_py3_none_any_00000000": [
699+
"pypi_315_direct_without_sha_0_0_1_py3_none_any": [
700700
struct(
701701
config_setting = None,
702702
filename = "direct_without_sha-0.0.1-py3-none-any.whl",
@@ -756,7 +756,7 @@ pip_fallback==0.0.1
756756
},
757757
})
758758
pypi.whl_libraries().contains_exactly({
759-
"pypi_315_direct_without_sha_py3_none_any_00000000": {
759+
"pypi_315_direct_without_sha_0_0_1_py3_none_any": {
760760
"dep_template": "@pypi//{name}:{target}",
761761
"experimental_target_platforms": ["cp315_linux_aarch64", "cp315_linux_arm", "cp315_linux_ppc", "cp315_linux_s390x", "cp315_linux_x86_64", "cp315_osx_aarch64", "cp315_osx_x86_64", "cp315_windows_x86_64"],
762762
"filename": "direct_without_sha-0.0.1-py3-none-any.whl",

0 commit comments

Comments
 (0)