mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
test: fix select transform test name (#1560)
This commit is contained in:
parent
247a19b0c6
commit
fd603fe80f
@ -135,7 +135,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn multi_select_transform_with_multiselect_option_test() {
|
||||
fn multi_select_transform_with_single_select_type_option_test() {
|
||||
let mut singleselect_type_option_builder = SingleSelectTypeOptionBuilder::default();
|
||||
|
||||
let google = SelectOptionPB::new("Google");
|
||||
|
@ -121,7 +121,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn single_select_transform_with_multiselect_option_test() {
|
||||
fn single_select_transform_with_multi_select_type_option_test() {
|
||||
let mut multiselect_type_option_builder = MultiSelectTypeOptionBuilder::default();
|
||||
|
||||
let google = SelectOptionPB::new("Google");
|
||||
|
Loading…
Reference in New Issue
Block a user