mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +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]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue