Skip to content

Commit

Permalink
update tests to reflect new option set
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamms committed Jan 11, 2018
1 parent 5ae32b5 commit c3181dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboard/test/factories/pd_factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
subjects_teaching: ['Computer Science'],
subjects_expect_to_teach: ['Computer Science'],
subjects_licensed_to_teach: ['Computer Science'],
taught_in_past: ['Hour of Code'],
taught_in_past: ['CS Fundamentals'],
previous_yearlong_cdo_pd: ['CS in Science'],
cs_offered_at_school: ['AP CS A'],
cs_opportunities_at_school: ['Courses for credit'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Teacher1819ApplicationTest < ActiveSupport::TestCase
csp_course_hours_per_year: Pd::Application::ApplicationBase::COMMON_OPTIONS[:course_hours_per_year].first,
previous_yearlong_cdo_pd: ['CS Discoveries'],
csp_ap_exam: Pd::Application::Teacher1819Application.options[:csp_ap_exam].first,
taught_in_past: ['Hour of Code']
taught_in_past: ['CS in Algebra']
}
)

Expand Down Expand Up @@ -154,7 +154,7 @@ class Teacher1819ApplicationTest < ActiveSupport::TestCase
csp_course_hours_per_year: Pd::Application::ApplicationBase::COMMON_OPTIONS[:course_hours_per_year].first,
previous_yearlong_cdo_pd: ['CS Discoveries'],
csp_ap_exam: Pd::Application::Teacher1819Application.options[:csp_ap_exam].first,
taught_in_past: ['Hour of Code']
taught_in_past: ['CS in Algebra']
}
)

Expand Down

0 comments on commit c3181dc

Please sign in to comment.