Skip to content

Commit 1032823

Browse files
committed
fix
1 parent cfe4f86 commit 1032823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/svm-rs/src/bin/svm-bin/install.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ mod tests {
6464
assert_eq!(
6565
args,
6666
InstallCmd {
67-
versions: vec!["0.8.11".into(), "0.8.10".into()]
67+
versions: vec!["0.8.11".into(), "0.8.10".into()],
68+
headless: false,
6869
}
6970
);
7071
}

0 commit comments

Comments
 (0)