mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:25:38 +02:00
refactor(cell-path): update constructors and call sites
This commit is contained in:
@ -327,6 +327,7 @@ fn into_sqlite_big_insert() {
|
||||
val: "somedate".into(),
|
||||
span: Span::unknown(),
|
||||
optional: false,
|
||||
insensitive: false,
|
||||
}],
|
||||
Box::new(|dateval| {
|
||||
Value::string(dateval.coerce_string().unwrap(), dateval.span())
|
||||
|
@ -526,6 +526,7 @@ fn test_sort_equivalent() {
|
||||
val: "value".to_string(),
|
||||
span: Span::test_data(),
|
||||
optional: false,
|
||||
insensitive: false,
|
||||
}],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user