瀏覽代碼

test: fi convert text to date cell test (#3377)

Richard Shiue 1 年之前
父節點
當前提交
524efc2620

+ 1 - 1
frontend/rust-lib/flowy-database2/src/services/field/type_options/text_type_option/text_tests.rs

@@ -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(