The test CqlDateTimeOperatorsTest.Uncertainty tests.TimeDurationBetweenHourDiffPrecision2 specifies the following CQL:
hours between @T06 and @T07:00:00
and expected result 1.
Since duration counts "whole calendar periods", and @T06 represents some time from 6:00:00.0 to 6:59:59.999, this should expect the result Uncertainty[0, 1] (represented as Interval[0, 1] in this test framework).