Fix different kinds values used for worktree_id (#17523)
This commit is contained in:
@@ -242,7 +242,7 @@ async fn test_remote_settings(cx: &mut TestAppContext, server_cx: &mut TestAppCo
|
||||
assert_eq!(
|
||||
AllLanguageSettings::get(
|
||||
Some(SettingsLocation {
|
||||
worktree_id: worktree_id.into(),
|
||||
worktree_id,
|
||||
path: Path::new("src/lib.rs")
|
||||
}),
|
||||
cx
|
||||
|
||||
Reference in New Issue
Block a user