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

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 8, 2023
1 parent 67e9eb9 commit d739ca4
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 @@ -93,7 +93,7 @@ mod pnpm {
use super::*;

generate_resolve_versions_tests!("pnpm-test", {
"7" => "7.33.5",
"7" => "7.33.6",
"8.1" => "8.1.1",
"dev" => "6.23.7-202112041634",
});
Expand Down

0 comments on commit d739ca4

Please sign in to comment.