[red-knot] Rename workspace_root variables in the module resolver to src_root (#12697)

Fixes #12337
This commit is contained in:
Alex Waygood 2024-08-05 23:07:18 +01:00 committed by GitHub
parent 7ee7c68f36
commit 5499821c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 22 deletions

View file

@ -178,7 +178,7 @@ mod tests {
TargetVersion::Py38,
SearchPathSettings {
extra_paths: vec![],
workspace_root: SystemPathBuf::from("/src"),
src_root: SystemPathBuf::from("/src"),
site_packages: vec![],
custom_typeshed: None,
},