Skip to content

Commit 0b84a0c

Browse files
committed
fix: update build
1 parent 64b1dcb commit 0b84a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/event_loop_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn diff_mode_toggle_refreshes_preview_in_same_loop_cycle() {
3131
run_git(&["commit", "-m", "base"]);
3232
fs::write(&file_path, "line 1\nline 2 changed\n").expect("write modified");
3333

34-
let nodes = vec![TreeNode {
34+
let mut nodes = vec![TreeNode {
3535
path: file_path,
3636
name: "README.md".to_string(),
3737
node_type: NodeType::File,

0 commit comments

Comments
 (0)