Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Aug 30, 2024
1 parent b28f2fd commit 4e6dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ async fn minimal_lockfile_update_pypi() {
assert!(lock.contains_pep508_requirement(
consts::DEFAULT_ENVIRONMENT_NAME,
Platform::current(),
pep508_rs::Requirement::from_str("click==7.1.2").unwrap()
pep508_rs::Requirement::from_str("click>7.1.2").unwrap()
));
}

Expand Down

0 comments on commit 4e6dcf0

Please sign in to comment.