mirror of
https://github.com/nushell/nushell
synced 2025-01-12 05:09:04 +00:00
fix NUON test
This commit is contained in:
parent
08d156d02d
commit
77c3615635
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ fn from_nuon_datetime() {
|
|||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "date");
|
||||
assert_eq!(actual.out, "datetime");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue