mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
Revert "fix: Makes visible the graphs by grade"
This reverts commit 455f716b6d.
This commit is contained in:
parent
455f716b6d
commit
993fafcc0e
3 changed files with 6 additions and 5 deletions
|
|
@ -259,7 +259,7 @@ describe Analyze::Presenter do
|
|||
|
||||
params = {graph: "students-by-grade"}
|
||||
presenter = Analyze::Presenter.new(params:, school:, academic_year:)
|
||||
expect(presenter.graph.to_s).to eq Analyze::Graph::StudentsByGrade.new.to_s
|
||||
expect(presenter.graph.to_s).to eq Analyze::Graph::StudentsByGrade.new(grades: nil).to_s
|
||||
|
||||
params = {graph: "students-by-gender"}
|
||||
presenter = Analyze::Presenter.new(params:, school:, academic_year:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue