Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Nov 30, 2024
1 parent bf6c281 commit 03f3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_node/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_nodejs_bin(target: Target) -> None:
)
):
strategy = node.resolve(target)
assert strategy.resolver == 'nodejs-bin'
assert strategy.resolver == 'nodejs-wheel-binaries'
assert_strategy(strategy)


Expand Down

0 comments on commit 03f3e82

Please sign in to comment.