Skip to content

Commit

Permalink
Amend test to reflect column reordering for ofsted download
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic NEED authored and dneed-nimble committed Dec 18, 2024
1 parent 1dca8ff commit 4c95dba
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@ public async Task ExportOfstedDataToSpreadsheet_ShouldGenerateCorrectHeadersAsyn
worksheet.Cell(3, 9).Value.ToString().Should().Be("Early Years Provision");
worksheet.Cell(3, 10).Value.ToString().Should().Be("Sixth Form Provision");
worksheet.Cell(3, 11).Value.ToString().Should().Be("Date of Previous Inspection");
worksheet.Cell(3, 12).Value.ToString().Should().Be("Previous Quality of Education");
worksheet.Cell(3, 13).Value.ToString().Should().Be("Previous Behaviour and Attitudes");
worksheet.Cell(3, 14).Value.ToString().Should().Be("Previous Personal Development");
worksheet.Cell(3, 15).Value.ToString().Should().Be("Previous Leadership and Management");
worksheet.Cell(3, 16).Value.ToString().Should().Be("Previous Early Years Provision");
worksheet.Cell(3, 17).Value.ToString().Should().Be("Previous Sixth Form Provision");
worksheet.Cell(3, 18).Value.ToString().Should().Be("Before/After Joining");
worksheet.Cell(3, 12).Value.ToString().Should().Be("Before/After Joining");
worksheet.Cell(3, 13).Value.ToString().Should().Be("Previous Quality of Education");
worksheet.Cell(3, 14).Value.ToString().Should().Be("Previous Behaviour and Attitudes");
worksheet.Cell(3, 15).Value.ToString().Should().Be("Previous Personal Development");
worksheet.Cell(3, 16).Value.ToString().Should().Be("Previous Leadership and Management");
worksheet.Cell(3, 17).Value.ToString().Should().Be("Previous Early Years Provision");
worksheet.Cell(3, 18).Value.ToString().Should().Be("Previous Sixth Form Provision");
worksheet.Cell(3, 19).Value.ToString().Should().Be("Effective Safeguarding");
worksheet.Cell(3, 20).Value.ToString().Should().Be("Category of Concern");
}
Expand Down

0 comments on commit 4c95dba

Please sign in to comment.