Skip to content

Commit 697c27f

Browse files
cruesslerByron
authored andcommitted
Adapt to changes in gix-path
1 parent a6d7d70 commit 697c27f

File tree

1 file changed

+1
-1
lines changed
  • gix-negotiate/tests/baseline

1 file changed

+1
-1
lines changed

gix-negotiate/tests/baseline/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn run() -> crate::Result {
7171
// }
7272
for tip in lookup_names(&["HEAD"]).into_iter().chain(
7373
refs.iter()?
74-
.prefixed(b"refs/heads")?
74+
.prefixed(b"refs/heads".try_into().unwrap())?
7575
.filter_map(Result::ok)
7676
.map(|r| r.target.into_id()),
7777
) {

0 commit comments

Comments
 (0)