mirror of
https://github.com/nushell/nushell.git
synced 2024-12-25 16:39:08 +01:00
Fix expected age of mockup files in example tests (#3808)
This commit is contained in:
parent
411435d68f
commit
b7215b5dde
@ -49,8 +49,8 @@ impl WholeStreamCommand for Command {
|
|||||||
result: Some(vec![Value::from(one(r#"
|
result: Some(vec![Value::from(one(r#"
|
||||||
|name|type|chickens|modified|
|
|name|type|chickens|modified|
|
||||||
|-|-|-|-|
|
|-|-|-|-|
|
||||||
|Andres.txt|File|10|1 year ago|
|
|Andres.txt|File|10|2 years ago|
|
||||||
|Jonathan|Dir|5|1 year ago|
|
|Jonathan|Dir|5|2 years ago|
|
||||||
|Darren.txt|File|20|1 year ago|
|
|Darren.txt|File|20|1 year ago|
|
||||||
|Yehuda|Dir|4|1 year ago|
|
|Yehuda|Dir|4|1 year ago|
|
||||||
"#))]),
|
"#))]),
|
||||||
@ -60,9 +60,9 @@ impl WholeStreamCommand for Command {
|
|||||||
example: "ls | to md --pretty",
|
example: "ls | to md --pretty",
|
||||||
result: Some(vec![Value::from(one(r#"
|
result: Some(vec![Value::from(one(r#"
|
||||||
| name | type | chickens | modified |
|
| name | type | chickens | modified |
|
||||||
| ---------- | ---- | -------- | ---------- |
|
| ---------- | ---- | -------- | ----------- |
|
||||||
| Andres.txt | File | 10 | 1 year ago |
|
| Andres.txt | File | 10 | 2 years ago |
|
||||||
| Jonathan | Dir | 5 | 1 year ago |
|
| Jonathan | Dir | 5 | 2 years ago |
|
||||||
| Darren.txt | File | 20 | 1 year ago |
|
| Darren.txt | File | 20 | 1 year ago |
|
||||||
| Yehuda | Dir | 4 | 1 year ago |
|
| Yehuda | Dir | 4 | 1 year ago |
|
||||||
"#))]),
|
"#))]),
|
||||||
@ -73,9 +73,9 @@ impl WholeStreamCommand for Command {
|
|||||||
result: Some(vec![Value::from(one(r#"
|
result: Some(vec![Value::from(one(r#"
|
||||||
# Welcome to Nushell
|
# Welcome to Nushell
|
||||||
| name | type | chickens | modified |
|
| name | type | chickens | modified |
|
||||||
| ---------- | ---- | -------- | ---------- |
|
| ---------- | ---- | -------- | ----------- |
|
||||||
| Andres.txt | File | 10 | 1 year ago |
|
| Andres.txt | File | 10 | 2 years ago |
|
||||||
| Jonathan | Dir | 5 | 1 year ago |
|
| Jonathan | Dir | 5 | 2 years ago |
|
||||||
"#))]),
|
"#))]),
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user