Skip to content

Commit da32a64

Browse files
committed
test fixup
1 parent 31355cd commit da32a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _test_simple(env):
152152
pypi.is_reproducible().equals(True)
153153
pypi.exposed_packages().contains_exactly({"pypi": []})
154154
pypi.hub_group_map().contains_exactly({"pypi": {}})
155-
pypi.hub_whl_map().contains_exactly({"pypi": {}})
155+
pypi.hub_whl_map().contains_exactly({})
156156
pypi.whl_libraries().contains_exactly({})
157157
pypi.whl_mods().contains_exactly({})
158158

0 commit comments

Comments
 (0)