Skip to content

Commit

Permalink
Fix ignored test case (#1443)
Browse files Browse the repository at this point in the history
~2.7 <=> >=2.7.0 && < 2.8.0 which does not accept 2.9.0
  • Loading branch information
maciektr authored Jul 12, 2024
1 parent 55754b5 commit 9e19b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scarb/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ mod tests {
// TODO(#2): Expected result is commented out.
// Ok(pkgs![
// "bar v1.1.1",
// "baz v1.8.0",
// "foo v2.9.0"
// "baz v1.7.1",
// "foo v2.7.0"
// ]),
Err(indoc! {"
Version solving failed:
Expand Down

0 comments on commit 9e19b7b

Please sign in to comment.