Skip to content

Commit 95fd640

Browse files
committed
fix: Add missing git_root field to Opts in test
1 parent 27629ce commit 95fd640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/turborepo-lib/src/opts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ mod test {
737737
runcache_opts,
738738
tui_opts,
739739
future_flags: Default::default(),
740+
git_root: None,
740741
};
741742
let synthesized = opts.synthesize_command();
742743
assert_eq!(synthesized, expected);

0 commit comments

Comments
 (0)