Browse Source

fix: rename function in test call

nathan 2 years ago
parent
commit
b6ce7aff9f

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

@@ -66,7 +66,7 @@ mod tests {
 
 
         assert_eq!(
         assert_eq!(
             text_type_option
             text_type_option
-                .decode_cell_data(
+                .decode_cell_str(
                     format!("{},{}", france_optionId, argentina_optionId),
                     format!("{},{}", france_optionId, argentina_optionId),
                     &field_type,
                     &field_type,
                     &field_rev
                     &field_rev