Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 03f3e82

Browse files
committed
fix
1 parent bf6c281 commit 03f3e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_node/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_nodejs_bin(target: Target) -> None:
6767
)
6868
):
6969
strategy = node.resolve(target)
70-
assert strategy.resolver == 'nodejs-bin'
70+
assert strategy.resolver == 'nodejs-wheel-binaries'
7171
assert_strategy(strategy)
7272

7373

0 commit comments

Comments
 (0)