Skip to content

Commit b6ce7af

Browse files
committed
fix: rename function in test call
1 parent eee3dcf commit b6ce7af

File tree

1 file changed

+1
-1
lines changed
  • frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ mod tests {
6666

6767
assert_eq!(
6868
text_type_option
69-
.decode_cell_data(
69+
.decode_cell_str(
7070
format!("{},{}", france_optionId, argentina_optionId),
7171
&field_type,
7272
&field_rev

0 commit comments

Comments
 (0)