mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: fix categorization of gender
This commit is contained in:
parent
b3c5584aab
commit
6e05909423
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue