Skip to content

Commit

Permalink
fix resolver-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kylematsuda committed Feb 21, 2023
1 parent 591634d commit b36f12a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/resolver-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ pub fn resolve_with_config_raw(
&[],
&mut registry,
&VersionPreferences::default(),
Some(config),
config,
true,
true,
);

Expand Down

0 comments on commit b36f12a

Please sign in to comment.