mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fix: fix failing test
This commit is contained in:
parent
8d596faeeb
commit
9a65e81aac
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