Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Apr 19, 2024
1 parent fd578d5 commit e62bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lsp/tsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5271,7 +5271,7 @@ mod tests {
};
ts_server.project_changed(
snapshot.clone(),
&[(&specifier_dep, ChangeKind::Opened)],
[(&specifier_dep, ChangeKind::Opened)],
false,
);
let specifier = resolve_url("file:///a.ts").unwrap();
Expand Down

0 comments on commit e62bf1c

Please sign in to comment.