Skip to content

Commit

Permalink
Fix broken SummaryTableTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nymanjens committed Nov 1, 2024
1 parent 72855e1 commit 684e70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ object SummaryTableTest extends TestSuite {
}
}
"years" - {
allYearsData.years ==> Seq(2012, 2013)
allYearsData.years ==> Seq(AccountingYear( 2012), AccountingYear(2013))
}
"yearlyAverage" - {
"full year" - {
Expand Down

0 comments on commit 684e70b

Please sign in to comment.