mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
fix: fix failing test
This commit is contained in:
parent
be5b63637b
commit
aa7af11a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ RSpec.describe Cleaner do
|
|||
filename = Cleaner.new(input_filepath:, output_filepath:, log_filepath:).filename(
|
||||
headers: teacher_survey_items, data:, filepath: nil
|
||||
)
|
||||
expect(filename).to eq "maynard.district2.teacher.2022-23.csv"
|
||||
expect(filename).to eq "district2.maynard.teacher.2022-23.csv"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue