ThreeTen / threeten-extra

Provides additional date-time classes that complement those in JDK 8
http://www.threeten.org/threeten-extra/
BSD 3-Clause "New" or "Revised" License
393 stars 77 forks source link

Fix half year method names #315

Closed jodastephen closed 9 months ago

jodastephen commented 10 months ago

Also adjust test methods See #200

cc @perceptron8

perceptron8 commented 10 months ago

Thanks for finally addressing the tests issue! Note that TestYearQuarter, which seems to be origin of TestYearHalf, needs to be fixed too.

I've created #316 few days ago, but was waiting for some comment of yours before pushing it. You may review / merge if you like it and if one additional dependency (guava-testlib) doesn't bother you.