Skip to content

Commit

Permalink
fix DateProducerSpec "should generate date between years #fromYear - …
Browse files Browse the repository at this point in the history
…#toYear"

 unpass because the expect result is not correct
  • Loading branch information
lhfcws committed Mar 2, 2017
1 parent a553c55 commit 5a630c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DateProducerSpec extends Specification {
where:
fromYear | toYear || expectedDate
2009 | 2010 || new DateTime("2009-12-31T23:59:59.999")
2010 | 2010 || new DateTime("2010-07-02T12:59:59.999")
2010 | 2010 || new DateTime("2010-07-02T11:59:59.999")
2015 | 2020 || new DateTime("2017-12-31T23:59:59.999")
}

Expand Down

0 comments on commit 5a630c2

Please sign in to comment.