Skip to content

Commit

Permalink
Fix expected outcome in example scenario (#162)
Browse files Browse the repository at this point in the history
Closes #157
  • Loading branch information
zanieb authored Mar 17, 2024
1 parent b5a41f4 commit d749c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenarios/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/test_inspect.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
{
"name": "example-b-961b4c22",
"version": "3.0.0",
"version": "2.0.0",
"module_name": "example_b_961b4c22"
}
],
Expand Down Expand Up @@ -234,7 +234,7 @@
},
{
"name": "example-b-961b4c22",
"version": "3.0.0",
"version": "2.0.0",
"module_name": "example_b_961b4c22"
}
],
Expand Down

0 comments on commit d749c18

Please sign in to comment.