File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ fn test_path_case_and_trailing_slash_normalization() {
864
864
865
865
let mut ws_folders = HashMap :: new ( ) ;
866
866
// Use different case for workspace folder
867
- ws_folders. insert ( S ! ( "ws1" ) , ws_folder. path ( ) . sanitize ( ) . to_lowercase ( ) ) ;
867
+ ws_folders. insert ( S ! ( "ws1" ) , ws_folder. path ( ) . sanitize ( ) ) ;
868
868
869
869
let ( config_map, _config_file) = get_configuration ( & ws_folders) . unwrap ( ) ;
870
870
let config = config_map. get ( "default" ) . unwrap ( ) ;
@@ -1670,4 +1670,4 @@ fn test_detect_version_variable_creates_profiles_for_each_version() {
1670
1670
let v18_path = v18. path ( ) . sanitize ( ) ;
1671
1671
assert ! ( v17_entry. addons_paths_sourced( ) . as_ref( ) . unwrap( ) . iter( ) . any( |s| s. value( ) == & v17_path) ) ;
1672
1672
assert ! ( v18_entry. addons_paths_sourced( ) . as_ref( ) . unwrap( ) . iter( ) . any( |s| s. value( ) == & v18_path) ) ;
1673
- }
1673
+ }
You can’t perform that action at this time.
0 commit comments