test: fix select transform test name (#1560)

This commit is contained in:
ENsu 2022-12-10 18:39:37 +08:00 committed by GitHub
parent 247a19b0c6
commit fd603fe80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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");