We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720ed98 commit 85581b2Copy full SHA for 85581b2
tests/shared/src/test/scala/org/threeten/bp/TestLocalTime.scala
@@ -1833,7 +1833,7 @@ class TestLocalTime
1833
1834
test("test_minusNanos_fromZero") {
1835
minusNanos_fromZero.asScala.toList.foreach {
1836
- case (nanoseconds: Long) :: (hour: Long) :: (min: Long) :: (sec: Long) :: (nanos: Long) :: Nil =>
+ case (nanoseconds: Long) :: (hour: Int) :: (min: Int) :: (sec: Int) :: (nanos: Long) :: Nil =>
1837
val base: LocalTime = LocalTime.MIDNIGHT
1838
val t: LocalTime = base.minusNanos(nanoseconds)
1839
assertEquals(hour, t.getHour)
0 commit comments