dcache icon indicating copy to clipboard operation
dcache copied to clipboard

The DiskSpace class incorectly handles Infinity

Open kofemann opened this issue 11 months ago • 0 comments
trafficstars

My naive assumption is that Infinity is larger than 1. However, the DiskSpace class disagrees with me.

@Test
public void testInfinity() {
    assertTrue(new DiskSpace("Infinity").isLargerThan(1L));
}

kofemann avatar Nov 27 '24 13:11 kofemann