mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
More descriptive test playground names for commands other than the basic ones.
This commit is contained in:
@ -6,7 +6,7 @@ use std::path::PathBuf;
|
||||
|
||||
#[test]
|
||||
fn creates_directory() {
|
||||
let sandbox = Playground::setup_for("mkdir_test").test_dir_name();
|
||||
let sandbox = Playground::setup_for("mkdir_test_1").test_dir_name();
|
||||
|
||||
let full_path = format!("{}/{}", Playground::root(), sandbox);
|
||||
|
||||
|
Reference in New Issue
Block a user