mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
test: fi convert text to date cell test (#3377)
This commit is contained in:
parent
50a4f03931
commit
524efc2620
@ -12,7 +12,7 @@ mod tests {
|
||||
#[test]
|
||||
fn date_type_to_text_type() {
|
||||
let field_type = FieldType::DateTime;
|
||||
let field = FieldBuilder::from_field_type(field_type.clone()).build();
|
||||
let field = FieldBuilder::new(field_type.clone(), DateTypeOption::test()).build();
|
||||
|
||||
assert_eq!(
|
||||
stringify_cell_data(
|
||||
|
Loading…
Reference in New Issue
Block a user