Skip to content

Commit 3b71ca5

Browse files
committed
adapt to changes in gix-filter
1 parent 969ff0f commit 3b71ca5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gix-archive/tests/archive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,6 @@ mod from_tree {
303303
}
304304

305305
fn noop_pipeline() -> gix_filter::Pipeline {
306-
gix_filter::Pipeline::new(&Default::default(), Default::default())
306+
gix_filter::Pipeline::new(&Default::default(), Default::default(), Default::default())
307307
}
308308
}

gix-worktree-stream/tests/stream.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ mod from_tree {
262262
fn mutating_pipeline(driver: bool) -> gix_filter::Pipeline {
263263
gix_filter::Pipeline::new(
264264
&Default::default(),
265+
Default::default(),
265266
gix_filter::pipeline::Options {
266267
drivers: if driver { vec![driver_with_process()] } else { vec![] },
267268
eol_config: gix_filter::eol::Configuration {

0 commit comments

Comments
 (0)