Skip to content

Commit 9812796

Browse files
Update tests/pypi/hub_builder/hub_builder_tests.bzl
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 61fd2e1 commit 9812796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypi/hub_builder/hub_builder_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def hub_builder(
9696
),
9797
)
9898
self = struct(
99-
build = lambda *a, **k: env.expect.that_struct(
99+
build = lambda: env.expect.that_struct(
100100
builder.build(),
101101
attrs = dict(
102102
exposed_packages = subjects.collection,

0 commit comments

Comments
 (0)