mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
mark #[test] back. (deleted and reverting it from.. 12e38063
)
This commit is contained in:
parent
9761621879
commit
8940e57cf3
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ fn lines() {
|
|||
assert_eq!(output, "rustyline");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn save_figures_out_intelligently_where_to_write_out_with_metadata() {
|
||||
let sandbox = Playground::setup_for("save_smart_test")
|
||||
.with_files(vec![FileWithContent(
|
||||
|
|
Loading…
Reference in a new issue