Skip to content

Commit

Permalink
uv-resolver: update snapshot tests with new Debug repr for Dependency
Browse files Browse the repository at this point in the history
A `Dependency` now has both "simplified" and "complexified" markers, so
just update the snapshots to match the new reality.
  • Loading branch information
BurntSushi committed Aug 23, 2024
1 parent fb60cc1 commit d8dbb13
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: true,
},
],
optional_dependencies: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: true,
},
],
optional_dependencies: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ Ok(
),
},
extra: {},
marker: true,
simplified_marker: SimplifiedMarkerTree(
true,
),
complexified_marker: true,
},
],
optional_dependencies: {},
Expand Down

0 comments on commit d8dbb13

Please sign in to comment.