Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Dec 17, 2023
1 parent 62bb9c8 commit 9dc22c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class StatParamsSpec extends Specification {
}

"start year" in {
val cfg = StatParams.parse(Seq("--campaign", "wle-ua", "-y", "2017", "--startyear", "2012"))
val cfg = StatParams.parse(Seq("--campaign", "wle-ua", "-y", "2017", "--start-year", "2012"))
cfg === StatConfig("wle-ua", 2012 to 2017)
}

Expand Down

0 comments on commit 9dc22c4

Please sign in to comment.