Skip to content

Commit

Permalink
Fix expectation for local-transitive-confounding (#166)
Browse files Browse the repository at this point in the history
Closes #159.
  • Loading branch information
charliermarsh authored Mar 17, 2024
1 parent d749c18 commit bdeca1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scenarios/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,10 @@
"expected": {
"satisfiable": true,
"packages": {
"a": "2.0.0+foo"
"a": "1.0.0",
"b": "2.0.0+foo"
},
"explanation": "The version '1.2.3+foo' satisfies the constraint '==1.2.3'."
"explanation": "The version '2.0.0+foo' satisfies the constraint '==2.0.0'."
}
},
{
Expand Down

0 comments on commit bdeca1a

Please sign in to comment.