Skip to content

Commit

Permalink
ForecastExportTest fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Feb 5, 2025
1 parent aedc800 commit cbf9ff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ForecastExportTest : AbstractTestBase() {
val monthCols = Array(12) {
forecastSheet.registerColumn(ForecastExport.formatMonthHeader(baseDate.plusMonths(it.toLong())))
}
val firstRow = 9
val firstRow = 10
forecastSheet.headRow // Enforce analyzing the column definitions.

// order 1
Expand Down

0 comments on commit cbf9ff3

Please sign in to comment.