replace drop_down_list_enabled_non_empty_options by drop_down_options when possible

This commit is contained in:
simon lehericey 2024-09-19 16:28:09 +02:00
parent cfb03fc747
commit 532f0f48fa
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
19 changed files with 38 additions and 41 deletions

View file

@ -22,7 +22,7 @@ describe Logic::NotEq do
it do
multiple_drop_down = create(:type_de_champ_multiple_drop_down_list)
first_option = multiple_drop_down.drop_down_list_enabled_non_empty_options.first
first_option = multiple_drop_down.drop_down_options.first
expected = {
operator_name: "Logic::NotEq",