Skip to content

Commit 16c1e47

Browse files
committed
fixup! add a test
1 parent 1073796 commit 16c1e47

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,15 @@ def _test_simple_with_whl_mods(env):
184184
pypi.exposed_packages().contains_exactly({"pypi": []})
185185
pypi.hub_group_map().contains_exactly({"pypi": {}})
186186
pypi.hub_whl_map().contains_exactly({"pypi": {
187-
"simple": [struct(config_setting = "//_config:is_python_3.15", filename = None, repo = "pypi_315_simple", target_platforms = None, version = "3.15")],
187+
"simple": [
188+
struct(
189+
config_setting = "//_config:is_python_3.15",
190+
filename = None,
191+
repo = "pypi_315_simple",
192+
target_platforms = None,
193+
version = "3.15",
194+
),
195+
],
188196
}})
189197
pypi.whl_libraries().contains_exactly({
190198
"pypi_315_simple": {

0 commit comments

Comments
 (0)