diff --git a/scenarios/example.json b/scenarios/example.json index 9d5246e2..67844d5e 100644 --- a/scenarios/example.json +++ b/scenarios/example.json @@ -5,7 +5,7 @@ "satisfiable": true, "packages": { "a": "1.0.0", - "b": "3.0.0" + "b": "2.0.0" }, "explanation": "The latest valid version of `b` should be installed. `b==3.0.0` is not valid because it requires `c` which does not exist." }, diff --git a/tests/__snapshots__/test_inspect.ambr b/tests/__snapshots__/test_inspect.ambr index be297dd7..25799f7c 100644 --- a/tests/__snapshots__/test_inspect.ambr +++ b/tests/__snapshots__/test_inspect.ambr @@ -88,7 +88,7 @@ }, { "name": "example-b-961b4c22", - "version": "3.0.0", + "version": "2.0.0", "module_name": "example_b_961b4c22" } ], @@ -234,7 +234,7 @@ }, { "name": "example-b-961b4c22", - "version": "3.0.0", + "version": "2.0.0", "module_name": "example_b_961b4c22" } ],