We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a6f3f commit f9ed10fCopy full SHA for f9ed10f
gix-blame/tests/blame.rs
@@ -116,7 +116,10 @@ struct Fixture {
116
117
impl Fixture {
118
fn new() -> gix_testtools::Result<Fixture> {
119
- let worktree_path = fixture_path();
+ Self::for_worktree_path(fixture_path())
120
+ }
121
+
122
+ fn for_worktree_path(worktree_path: PathBuf) -> gix_testtools::Result<Fixture> {
123
use gix_ref::store::WriteReflog;
124
125
let store = gix_ref::file::Store::at(
0 commit comments