chore: fix categorization of gender

This commit is contained in:
Nelson Jovel 2023-12-01 15:32:48 -08:00
parent b3c5584aab
commit 6e05909423
3 changed files with 3 additions and 3 deletions

View file

@ -295,7 +295,7 @@ def assigns_gender_to_responses
"student_survey_response_4" => non_binary,
"student_survey_response_5" => non_binary,
"student_survey_response_6" => unknown_gender,
"student_survey_response_7" => unknown_gender }
"student_survey_response_7" => non_binary }
results.each do |key, value|
expect(SurveyItemResponse.where(response_id: key).first.gender).to eq value