From bdeca1a73e1c04e998fba67a2bec6291cacd83da Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 17 Mar 2024 16:54:31 -0700 Subject: [PATCH] Fix expectation for local-transitive-confounding (#166) Closes https://github.com/astral-sh/packse/issues/159. --- scenarios/local.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scenarios/local.json b/scenarios/local.json index 433ed238..1c811cef 100644 --- a/scenarios/local.json +++ b/scenarios/local.json @@ -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'." } }, {