@Test
    void parsesHours() throws Exception {
        assertThat(Duration.parse("1h"))
            .isEqualTo(Duration.hours(1));