mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
Fix test for date to-table
This commit is contained in:
parent
304c7a0c92
commit
4a68c989e4
@ -69,7 +69,10 @@ impl Command for SubCommand {
|
|||||||
span,
|
span,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
Some(Value::Record { cols, vals, span })
|
Some(Value::List {
|
||||||
|
vals: vec![Value::Record { cols, vals, span }],
|
||||||
|
span,
|
||||||
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user