Fix merge/lint

This commit is contained in:
Ian Manske 2024-08-02 20:07:29 -07:00
parent 228165d7d5
commit 44f1f599ab

View File

@ -141,7 +141,7 @@ fn test_config_path_helper(
fn test_default_config_path() {
Playground::setup("default_config_path", |_, playground| {
let config_dir = nu_path::config_dir().expect("Could not get config directory");
test_config_path_helper(playground, config_dir.join("nushell").into());
test_config_path_helper(playground, config_dir.join("nushell"));
});
}