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 Jun 16, 2024
1 parent 0f4d472 commit 020f501
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 @@ -4,7 +4,7 @@ generate_resolve_versions_tests!("python-test", {
"2.3" => "2.3.7",
"3.10.1" => "3.10.1",
"3.10" => "3.10.14",
"3" => "3.12.3",
"3" => "3.12.4",
});

#[test]
Expand Down

0 comments on commit 020f501

Please sign in to comment.