diff --git a/crates/gitbutler-core/tests/suite/virtual_branches/oplog.rs b/crates/gitbutler-core/tests/suite/virtual_branches/oplog.rs index e2dc9b0bb..6edb3c904 100644 --- a/crates/gitbutler-core/tests/suite/virtual_branches/oplog.rs +++ b/crates/gitbutler-core/tests/suite/virtual_branches/oplog.rs @@ -25,7 +25,7 @@ async fn workdir_vbranch_restore() -> anyhow::Result<()> { let line_count = round * 20; fs::write( worktree_dir.join(format!("file{round}.txt")), - &make_lines(line_count), + make_lines(line_count), )?; let branch_id = controller .create_virtual_branch(