mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
fs: rename Windows symlink dir test (#8098)
This commit is contained in:
@@ -6,7 +6,7 @@ use tempfile::tempdir;
|
||||
use tokio::fs;
|
||||
|
||||
#[tokio::test]
|
||||
async fn symlink_file_windows() {
|
||||
async fn symlink_dir_windows() {
|
||||
const FILE_NAME: &str = "abc.txt";
|
||||
|
||||
let temp_dir = tempdir().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user