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 Jan 12, 2024
1 parent 743108f commit 32e8c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generate_resolve_versions_tests!(
"1.0.3" => "1.0.3",
"1.4" => "1.4.0",
"1.5" => "1.5.1",
"1" => "1.19.2",
"1" => "1.19.3",
},
Some(locate_fixture("schemas").join("base.toml"))
);
Expand Down

0 comments on commit 32e8c7b

Please sign in to comment.