Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 14, 2023
1 parent f73a4a4 commit 6d5c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-depman/tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ mod yarn {
generate_resolve_versions_tests!("yarn-test", {
"1" => "1.22.21",
"2" => "2.4.3",
"3" => "3.6.4",
"3" => "3.7.0",
"berry" => "4.0.1",
});

Expand Down

0 comments on commit 6d5c69f

Please sign in to comment.